Html Css Color HEX #2AE1DF Turquoise

📋 copy color: '#2AE1DF'

red 42 ◦ green 225 ◦ blue 223

#2AE1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #2AE1DF

Tints of Turquoise #2AE1DF

RGB

 RED value IS 42 (16.8% from 255) = 8.57%

 GREEN value IS 225 (88.28% from 255) = 45.92%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 8.57%
G = 45.92%
B = 45.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#2AE1DF (or 0x2AE1DF) is known color: Turquoise. HEX triplet: 2A, E1 and DF. RGB value is (42,225,223). Sum of RGB (Red+Green+Blue) = 42+225+223=490 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.57% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AE1DF is #D51E20. Grayscale: #A9A9A9. Windows color (decimal): -13966881 or 14672170. OLE color: 14672170.

HSL color Cylindrical-coordinate representation of color #2AE1DF: hue angle of 179.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE1DF is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 42 225 223 -
CMYK 0.81 0 0.01 0.12
HSL 179.34º 0.75% 0.52% -
HSV(B) 179.34º 0.81% 0.88% -
XYZ 41.2 59.67 79.16 -
YUV 170.06 157.87 36.66 -
System Red Green Blue C M Y K H S L
Decimal 42 225 223 0.81 0 0.01 0.12 179.34 0.75 0.52
Hex 2A E1 DF 51 0 1 C B3 4B 34
Octal 52 341 337 121 0 1 14 263 113 64
Binary 101010 11100001 11011111 1010001 0 1 1100 10110011 1001011 110100

Color Harmonies of #2AE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE1DF

Black with #2AE1DF

Text Example


Text Example

White with #2AE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,225,223); }

 H1.HeaderClassName
 {
   color: #2AE1DF;
 }
 .AnyTagClassName
 {
   color: #2AE1DF;
 }
</style>

background-color css

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

 a { background-color: rgb(42,225,223); }

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

border-color css

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

 span { border-color: rgb(42,225,223); }

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