#6CDAE7

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

Shades of Turquoise Blue #6CDAE7

Tints of Turquoise Blue #6CDAE7

Color information

#6CDAE7 (or 0x6CDAE7) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DA and E7. RGB value is (108,218,231). Sum of RGB (Red+Green+Blue) = 108+218+231=557 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.39% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CDAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDAE7 is #932518. Grayscale: #BABABA. Windows color (decimal): -9643289 or 15194732. OLE color: 15194732.

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

Color convert

RGB108218231-
CMYK0.530.0600.09
HSL186.34º71.93%66.47%-
HSV(B)186.34º53.25%90.59%-
XYZ45.6859.184.6-
YUV186.59153.0671.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.39%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=19.39%
G=39.14%
B=41.47%

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
Decimal1082182310.530.0600.09186.3471.9366.47
Hex6CDAE735609ba4842
Octal154332347656011272110102
Binary11011001101101011100111110101110010011011101010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,218,231); }

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

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

 a { background-color: rgb(108,218,231); }

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

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

 span { border-color: rgb(108,218,231); }

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