#6CD8E2

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

Shades of Turquoise Blue #6CD8E2

Tints of Turquoise Blue #6CD8E2

Color information

#6CD8E2 (or 0x6CD8E2) is unknown color: approx Turquoise Blue. HEX triplet: 6C, D8 and E2. RGB value is (108,216,226). Sum of RGB (Red+Green+Blue) = 108+216+226=550 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.64% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #6CD8E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD8E2 is #93271D. Grayscale: #B8B8B8. Windows color (decimal): -9643806 or 14866540. OLE color: 14866540.

HSL color Cylindrical-coordinate representation of color #6CD8E2: hue angle of 185.08º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CD8E2 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB108216226-
CMYK0.520.0400.11
HSL185.08º67.05%65.49%-
HSV(B)185.08º52.21%88.63%-
XYZ44.4757.7980.76-
YUV184.85151.2273.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.64%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 226 (88.67% from 255) = 41.09%
R=19.64%
G=39.27%
B=41.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1082162260.520.0400.11185.0867.0565.49
Hex6CD8E23440Bb94341
Octal154330342644013271103101
Binary11011001101100011100010110100100010111011100110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CD8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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