#6ADAEC

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

Shades of Turquoise Blue #6ADAEC

Tints of Turquoise Blue #6ADAEC

Color information

#6ADAEC (or 0x6ADAEC) is unknown color: approx Turquoise Blue. HEX triplet: 6A, DA and EC. RGB value is (106,218,236). Sum of RGB (Red+Green+Blue) = 106+218+236=560 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.93% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #6ADAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ADAEC is #952513. Grayscale: #BABABA. Windows color (decimal): -9774356 or 15522410. OLE color: 15522410.

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

Color convert

RGB106218236-
CMYK0.550.0800.07
HSL188.31º77.38%67.06%-
HSV(B)188.31º55.08%92.55%-
XYZ46.1659.2688.36-
YUV186.56155.8970.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.93%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 236 (92.58% from 255) = 42.14%
R=18.93%
G=38.93%
B=42.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1062182360.550.0800.07188.3177.3867.06
Hex6ADAEC37807bc4d43
Octal152332354671007274115103
Binary11010101101101011101100110111100001111011110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,218,236); }

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

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

 a { background-color: rgb(106,218,236); }

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

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

 span { border-color: rgb(106,218,236); }

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