#6CDAED

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

Shades of Turquoise Blue #6CDAED

Tints of Turquoise Blue #6CDAED

Color information

#6CDAED (or 0x6CDAED) is unknown color: approx Turquoise Blue. HEX triplet: 6C, DA and ED. RGB value is (108,218,237). Sum of RGB (Red+Green+Blue) = 108+218+237=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CDAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CDAED is #932512. Grayscale: #BBBBBB. Windows color (decimal): -9643283 or 15587948. OLE color: 15587948.

HSL color Cylindrical-coordinate representation of color #6CDAED: hue angle of 188.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CDAED is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108218237-
CMYK0.540.0800.07
HSL188.84º78.18%67.65%-
HSV(B)188.84º54.43%92.94%-
XYZ46.5459.4589.14-
YUV187.28156.0671.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.18%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=19.18%
G=38.72%
B=42.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1082182370.540.0800.07188.8478.1867.65
Hex6CDAED36807bd4e44
Octal154332355661007275116104
Binary11011001101101011101101110110100001111011110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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