Html Css Color HEX #2AEFDC Turquoise

📋 copy color: '#2AEFDC'

red 42 ◦ green 239 ◦ blue 220

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

Shades of Turquoise #2AEFDC

Tints of Turquoise #2AEFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 8.38%
G = 47.7%
B = 43.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#2AEFDC (or 0x2AEFDC) is known color: Turquoise. HEX triplet: 2A, EF and DC. RGB value is (42,239,220). Sum of RGB (Red+Green+Blue) = 42+239+220=501 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.38% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFDC is #D51023. Grayscale: #B1B1B1. Windows color (decimal): -13963300 or 14479146. OLE color: 14479146.

HSL color Cylindrical-coordinate representation of color #2AEFDC: hue angle of 174.21º 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 #2AEFDC is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 42 239 220 -
CMYK 0.82 0 0.08 0.06
HSL 174.21º 0.86% 0.55% -
HSV(B) 174.21º 0.82% 0.94% -
XYZ 44.74 67.39 78.36 -
YUV 177.93 151.73 31.04 -
System Red Green Blue C M Y K H S L
Decimal 42 239 220 0.82 0 0.08 0.06 174.21 0.86 0.55
Hex 2A EF DC 52 0 8 6 AE 56 37
Octal 52 357 334 122 0 10 6 256 126 67
Binary 101010 11101111 11011100 1010010 0 1000 110 10101110 1010110 110111

Color Harmonies of #2AEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEFDC

Black with #2AEFDC

Text Example


Text Example

White with #2AEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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