#6CCEEC

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

Shades of Turquoise Blue #6CCEEC

Tints of Turquoise Blue #6CCEEC

Color information

#6CCEEC (or 0x6CCEEC) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CE and EC. RGB value is (108,206,236). Sum of RGB (Red+Green+Blue) = 108+206+236=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CCEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEEC is #933113. Grayscale: #B3B3B3. Windows color (decimal): -9646356 or 15519340. OLE color: 15519340.

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

Color convert

RGB108206236-
CMYK0.540.1300.07
HSL194.06º77.11%67.45%-
HSV(B)194.06º54.24%92.55%-
XYZ43.453.3987.37-
YUV180.12159.5376.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 206 (80.86% from 255) = 37.45%
BLUE value IS 236 (92.58% from 255) = 42.91%
R=19.64%
G=37.45%
B=42.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082062360.540.1300.07194.0677.1167.45
Hex6CCEEC36D07c24d43
Octal154316354661507302115103
Binary11011001100111011101100110110110101111100001010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,206,236); }

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

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

 a { background-color: rgb(108,206,236); }

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

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

 span { border-color: rgb(108,206,236); }

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