#6CCEF0

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

Shades of Turquoise Blue #6CCEF0

Tints of Turquoise Blue #6CCEF0

Color information

#6CCEF0 (or 0x6CCEF0) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CE and F0. RGB value is (108,206,240). Sum of RGB (Red+Green+Blue) = 108+206+240=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CCEF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEF0 is #93310F. Grayscale: #B4B4B4. Windows color (decimal): -9646352 or 15781484. OLE color: 15781484.

HSL color Cylindrical-coordinate representation of color #6CCEF0: hue angle of 195.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCEF0 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108206240-
CMYK0.550.1400.06
HSL195.45º81.48%68.24%-
HSV(B)195.45º55%94.12%-
XYZ43.9853.6290.47-
YUV180.57161.5376.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.49%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 240 (94.14% from 255) = 43.32%
R=19.49%
G=37.18%
B=43.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082062400.550.1400.06195.4581.4868.24
Hex6CCEF037E06c35144
Octal154316360671606303121104
Binary11011001100111011110000110111111001101100001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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