Html Css Color HEX #2ADDEA Turquoise

📋 copy color: '#2ADDEA'

red 42 ◦ green 221 ◦ blue 234

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

Shades of Turquoise #2ADDEA

Tints of Turquoise #2ADDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.47%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 8.45%
G = 44.47%
B = 47.08%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2ADDEA (or 0x2ADDEA) is known color: Turquoise. HEX triplet: 2A, DD and EA. RGB value is (42,221,234). Sum of RGB (Red+Green+Blue) = 42+221+234=497 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.45% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ADDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDEA is #D52215. Grayscale: #A8A8A8. Windows color (decimal): -13967894 or 15392042. OLE color: 15392042.

HSL color Cylindrical-coordinate representation of color #2ADDEA: hue angle of 184.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDEA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 42 221 234 -
CMYK 0.82 0.06 0 0.08
HSL 184.06º 0.82% 0.54% -
HSV(B) 184.06º 0.82% 0.92% -
XYZ 41.66 58.15 86.87 -
YUV 168.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 42 221 234 0.82 0.06 0 0.08 184.06 0.82 0.54
Hex 2A DD EA 52 6 0 8 B8 52 36
Octal 52 335 352 122 6 0 10 270 122 66
Binary 101010 11011101 11101010 1010010 110 0 1000 10111000 1010010 110110

Color Harmonies of #2ADDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDEA

Black with #2ADDEA

Text Example


Text Example

White with #2ADDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,234); }

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

background-color css

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

 a { background-color: rgb(42,221,234); }

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

border-color css

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

 span { border-color: rgb(42,221,234); }

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