#6CDBE8

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

Shades of Turquoise Blue #6CDBE8

Tints of Turquoise Blue #6CDBE8

Color information

#6CDBE8 (or 0x6CDBE8) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DB and E8. RGB value is (108,219,232). Sum of RGB (Red+Green+Blue) = 108+219+232=559 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.32% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CDBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDBE8 is #932417. Grayscale: #BBBBBB. Windows color (decimal): -9643032 or 15260524. OLE color: 15260524.

HSL color Cylindrical-coordinate representation of color #6CDBE8: hue angle of 186.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CDBE8 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108219232-
CMYK0.530.0600.09
HSL186.29º72.94%66.67%-
HSV(B)186.29º53.45%90.98%-
XYZ46.0859.6885.43-
YUV187.29153.2371.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.32%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 232 (91.02% from 255) = 41.50%
R=19.32%
G=39.18%
B=41.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1082192320.530.0600.09186.2972.9466.67
Hex6CDBE835609ba4943
Octal154333350656011272111103
Binary11011001101101111101000110101110010011011101010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,219,232); }

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

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

 a { background-color: rgb(108,219,232); }

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

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

 span { border-color: rgb(108,219,232); }

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