Html Css Color HEX #2ADFBE Turquoise

📋 copy color: '#2ADFBE'

red 42 ◦ green 223 ◦ blue 190

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

Shades of Turquoise #2ADFBE

Tints of Turquoise #2ADFBE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.01%

 BLUE value IS 190 (74.61% from 255) = 41.76%

R = 9.23%
G = 49.01%
B = 41.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#2ADFBE (or 0x2ADFBE) is known color: Turquoise. HEX triplet: 2A, DF and BE. RGB value is (42,223,190). Sum of RGB (Red+Green+Blue) = 42+223+190=455 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.23% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFBE is #D52041. Grayscale: #A5A5A5. Windows color (decimal): -13967426 or 12508970. OLE color: 12508970.

HSL color Cylindrical-coordinate representation of color #2ADFBE: hue angle of 169.06º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFBE is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 190 -
CMYK 0.81 0 0.15 0.13
HSL 169.06º 0.74% 0.52% -
HSV(B) 169.06º 0.81% 0.87% -
XYZ 36.64 56.99 57.78 -
YUV 165.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 42 223 190 0.81 0 0.15 0.13 169.06 0.74 0.52
Hex 2A DF BE 51 0 F D A9 4A 34
Octal 52 337 276 121 0 17 15 251 112 64
Binary 101010 11011111 10111110 1010001 0 1111 1101 10101001 1001010 110100

Color Harmonies of #2ADFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFBE

Black with #2ADFBE

Text Example


Text Example

White with #2ADFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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