#6CDCED

Color #6CDCED Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #6CDCED

Tints of Turquoise Blue #6CDCED

Color information

#6CDCED (or 0x6CDCED) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DC and ED. RGB value is (108,220,237). Sum of RGB (Red+Green+Blue) = 108+220+237=565 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.12% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CDCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDCED is #932312. Grayscale: #BCBCBC. Windows color (decimal): -9642771 or 15588460. OLE color: 15588460.

HSL color Cylindrical-coordinate representation of color #6CDCED: hue angle of 187.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDCED is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108220237-
CMYK0.540.0700.07
HSL187.91º78.18%67.65%-
HSV(B)187.91º54.43%92.94%-
XYZ47.0660.4989.32-
YUV188.45155.3970.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 19.12%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=19.12%
G=38.94%
B=41.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082202370.540.0700.07187.9178.1867.65
Hex6CDCED36707bc4e44
Octal15433435566707274116104
Binary1101100110111001110110111011011101111011110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CDCED; }

 p { color: rgb(108,220,237); }

 H1.HeaderClassName
 {
   color: #6CDCED;
 }
 .AnyTagClassName
 {
   color: #6CDCED;
 }
</style>
background-color css

<style>
 a { background-color: #6CDCED; }

 a { background-color: rgb(108,220,237); }

 div.DivClassName
 {
   background-color: #6CDCED;
 }
 .BgClassName
 {
   background-color: #6CDCED;
 }
</style>
border-color css

<style>
 span { border-color: #6CDCED; }

 span { border-color: rgb(108,220,237); }

 td.TdClassName
 {
   border-color: #6CDCED;
 }
 .TagClassName
 {
   border-color: #6CDCED;
 }
</style>