#6CD8EE

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

Shades of Turquoise Blue #6CD8EE

Tints of Turquoise Blue #6CD8EE

Color information

#6CD8EE (or 0x6CD8EE) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D8 and EE. RGB value is (108,216,238). Sum of RGB (Red+Green+Blue) = 108+216+238=562 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.22% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CD8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD8EE is #932711. Grayscale: #BABABA. Windows color (decimal): -9643794 or 15652972. OLE color: 15652972.

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

Color convert

RGB108216238-
CMYK0.550.0900.07
HSL190.15º79.27%67.84%-
HSV(B)190.15º54.62%93.33%-
XYZ46.1758.4789.74-
YUV186.22157.2272.21-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.22%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=19.22%
G=38.43%
B=42.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082162380.550.0900.07190.1579.2767.84
Hex6CD8EE37907be4f44
Octal154330356671107276117104
Binary11011001101100011101110110111100101111011111010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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