#6CDAE3

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

Shades of Turquoise Blue #6CDAE3

Tints of Turquoise Blue #6CDAE3

Color information

#6CDAE3 (or 0x6CDAE3) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DA and E3. RGB value is (108,218,227). Sum of RGB (Red+Green+Blue) = 108+218+227=553 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.53% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CDAE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAE3 is #93251C. Grayscale: #B9B9B9. Windows color (decimal): -9643293 or 14932588. OLE color: 14932588.

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

Color convert

RGB108218227-
CMYK0.520.0400.11
HSL184.54º68%65.69%-
HSV(B)184.54º52.42%89.02%-
XYZ45.1258.8881.66-
YUV186.14151.0672.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.53%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 227 (89.06% from 255) = 41.05%
R=19.53%
G=39.42%
B=41.05%

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
Decimal1082182270.520.0400.11184.546865.69
Hex6CDAE33440Bb94442
Octal154332343644013271104102
Binary11011001101101011100011110100100010111011100110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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