#6CCCE8

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

Shades of Turquoise Blue #6CCCE8

Tints of Turquoise Blue #6CCCE8

Color information

#6CCCE8 (or 0x6CCCE8) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CC and E8. RGB value is (108,204,232). Sum of RGB (Red+Green+Blue) = 108+204+232=544 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.85% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CCCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCE8 is #933317. Grayscale: #B2B2B2. Windows color (decimal): -9646872 or 15256684. OLE color: 15256684.

HSL color Cylindrical-coordinate representation of color #6CCCE8: hue angle of 193.55º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CCCE8 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108204232-
CMYK0.530.1200.09
HSL193.55º72.94%66.67%-
HSV(B)193.55º53.45%90.98%-
XYZ42.3452.284.19-
YUV178.49158.277.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.85%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 232 (91.02% from 255) = 42.65%
R=19.85%
G=37.5%
B=42.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082042320.530.1200.09193.5572.9466.67
Hex6CCCE835C09c24943
Octal1543143506514011302111103
Binary110110011001100111010001101011100010011100001010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,232); }

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

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

 a { background-color: rgb(108,204,232); }

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

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

 span { border-color: rgb(108,204,232); }

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