#6CCDF0

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

Shades of Turquoise Blue #6CCDF0

Tints of Turquoise Blue #6CCDF0

Color information

#6CCDF0 (or 0x6CCDF0) is unknown color: approx Turquoise Blue. HEX triplet: 6C, CD and F0. RGB value is (108,205,240). Sum of RGB (Red+Green+Blue) = 108+205+240=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #6CCDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCDF0 is #93320F. Grayscale: #B3B3B3. Windows color (decimal): -9646608 or 15781228. OLE color: 15781228.

HSL color Cylindrical-coordinate representation of color #6CCDF0: hue angle of 195.91º 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 #6CCDF0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108205240-
CMYK0.550.1500.06
HSL195.91º81.48%68.24%-
HSV(B)195.91º55%94.12%-
XYZ43.7453.1490.39-
YUV179.99161.8676.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.53%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=19.53%
G=37.07%
B=43.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082052400.550.1500.06195.9181.4868.24
Hex6CCDF037F06c45144
Octal154315360671706304121104
Binary11011001100110111110000110111111101101100010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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