#6CD7EE

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

Shades of Turquoise Blue #6CD7EE

Tints of Turquoise Blue #6CD7EE

Color information

#6CD7EE (or 0x6CD7EE) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D7 and EE. RGB value is (108,215,238). Sum of RGB (Red+Green+Blue) = 108+215+238=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CD7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD7EE is #932811. Grayscale: #B9B9B9. Windows color (decimal): -9644050 or 15652716. OLE color: 15652716.

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

Color convert

RGB108215238-
CMYK0.550.1000.07
HSL190.62º79.27%67.84%-
HSV(B)190.62º54.62%93.33%-
XYZ45.9257.9689.66-
YUV185.63157.5572.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.25%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=19.25%
G=38.32%
B=42.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082152380.550.1000.07190.6279.2767.84
Hex6CD7EE37A07bf4f44
Octal154327356671207277117104
Binary11011001101011111101110110111101001111011111110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,215,238); }

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

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

 a { background-color: rgb(108,215,238); }

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

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

 span { border-color: rgb(108,215,238); }

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