#2AD6DE

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

Shades of Turquoise #2AD6DE

Tints of Turquoise #2AD6DE

Color information

#2AD6DE (or 0x2AD6DE) is unknown color: approx Turquoise. HEX triplet: 2A, D6 and DE. RGB value is (42,214,222). Sum of RGB (Red+Green+Blue) = 42+214+222=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AD6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6DE is #D52921. Grayscale: #A3A3A3. Windows color (decimal): -13969698 or 14603818. OLE color: 14603818.

HSL color Cylindrical-coordinate representation of color #2AD6DE: hue angle of 182.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD6DE is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB42214222-
CMYK0.810.0400.13
HSL182.67º73.17%51.76%-
HSV(B)182.67º81.08%87.06%-
XYZ38.1953.8677.49-
YUV163.48161.0241.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.79%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 222 (87.11% from 255) = 46.44%
R=8.79%
G=44.77%
B=46.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal422142220.810.0400.13182.6773.1751.76
Hex2AD6DE5140Db74934
Octal52326336121401526711164
Binary1010101101011011011110101000110001101101101111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,214,222); }

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

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

 a { background-color: rgb(42,214,222); }

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

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

 span { border-color: rgb(42,214,222); }

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