Html Css Color HEX #2ADDED Turquoise

📋 copy color: '#2ADDED'

red 42 ◦ green 221 ◦ blue 237

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

Shades of Turquoise #2ADDED

Tints of Turquoise #2ADDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.4%

R = 8.4%
G = 44.2%
B = 47.4%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ADDED (or 0x2ADDED) is known color: Turquoise. HEX triplet: 2A, DD and ED. RGB value is (42,221,237). Sum of RGB (Red+Green+Blue) = 42+221+237=500 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #2ADDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADDED is #D52212. Grayscale: #A9A9A9. Windows color (decimal): -13967891 or 15588650. OLE color: 15588650.

HSL color Cylindrical-coordinate representation of color #2ADDED: hue angle of 184.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2ADDED is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 221 237 -
CMYK 0.82 0.07 0 0.07
HSL 184.92º 0.84% 0.55% -
HSV(B) 184.92º 0.82% 0.93% -
XYZ 42.1 58.32 89.16 -
YUV 169.3 166.2 37.2 -
System Red Green Blue C M Y K H S L
Decimal 42 221 237 0.82 0.07 0 0.07 184.92 0.84 0.55
Hex 2A DD ED 52 7 0 7 B9 54 37
Octal 52 335 355 122 7 0 7 271 124 67
Binary 101010 11011101 11101101 1010010 111 0 111 10111001 1010100 110111

Color Harmonies of #2ADDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDED

Black with #2ADDED

Text Example


Text Example

White with #2ADDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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