Html Css Color HEX #2AEFD5 Turquoise

📋 copy color: '#2AEFD5'

red 42 ◦ green 239 ◦ blue 213

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

Shades of Turquoise #2AEFD5

Tints of Turquoise #2AEFD5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.38%

 BLUE value IS 213 (83.59% from 255) = 43.12%

R = 8.5%
G = 48.38%
B = 43.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#2AEFD5 (or 0x2AEFD5) is known color: Turquoise. HEX triplet: 2A, EF and D5. RGB value is (42,239,213). Sum of RGB (Red+Green+Blue) = 42+239+213=494 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.50% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFD5 is #D5102A. Grayscale: #B1B1B1. Windows color (decimal): -13963307 or 14020394. OLE color: 14020394.

HSL color Cylindrical-coordinate representation of color #2AEFD5: hue angle of 172.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFD5 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 239 213 -
CMYK 0.82 0 0.11 0.06
HSL 172.08º 0.86% 0.55% -
HSV(B) 172.08º 0.82% 0.94% -
XYZ 43.83 67.03 73.58 -
YUV 177.13 148.23 31.61 -
System Red Green Blue C M Y K H S L
Decimal 42 239 213 0.82 0 0.11 0.06 172.08 0.86 0.55
Hex 2A EF D5 52 0 B 6 AC 56 37
Octal 52 357 325 122 0 13 6 254 126 67
Binary 101010 11101111 11010101 1010010 0 1011 110 10101100 1010110 110111

Color Harmonies of #2AEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEFD5

Black with #2AEFD5

Text Example


Text Example

White with #2AEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,239,213); }

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

background-color css

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

 a { background-color: rgb(42,239,213); }

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

border-color css

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

 span { border-color: rgb(42,239,213); }

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