#2ADAED

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

Shades of Turquoise #2ADAED

Tints of Turquoise #2ADAED

Color information

#2ADAED (or 0x2ADAED) is unknown color: approx Turquoise. HEX triplet: 2A, DA and ED. RGB value is (42,218,237). Sum of RGB (Red+Green+Blue) = 42+218+237=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAED is #D52512. Grayscale: #A7A7A7. Windows color (decimal): -13968659 or 15587882. OLE color: 15587882.

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

Color convert

RGB42218237-
CMYK0.820.0800.07
HSL185.85º84.42%54.71%-
HSV(B)185.85º82.28%92.94%-
XYZ41.3156.7588.9-
YUV167.54167.1938.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.45%
GREEN value IS 218 (85.55% from 255) = 43.86%
BLUE value IS 237 (92.97% from 255) = 47.69%
R=8.45%
G=43.86%
B=47.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal422182370.820.0800.07185.8584.4254.71
Hex2ADAED52807ba5437
Octal52332355122100727212467
Binary1010101101101011101101101001010000111101110101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ADAED; }

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

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

<style>
 a { background-color: #2ADAED; }

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

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

<style>
 span { border-color: #2ADAED; }

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

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