Html Css Color HEX #2ADFB7 Turquoise

📋 copy color: '#2ADFB7'

red 42 ◦ green 223 ◦ blue 183

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

Shades of Turquoise #2ADFB7

Tints of Turquoise #2ADFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.85%

R = 9.38%
G = 49.78%
B = 40.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2ADFB7 (or 0x2ADFB7) is known color: Turquoise. HEX triplet: 2A, DF and B7. RGB value is (42,223,183). Sum of RGB (Red+Green+Blue) = 42+223+183=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFB7 is #D52048. Grayscale: #A4A4A4. Windows color (decimal): -13967433 or 12050218. OLE color: 12050218.

HSL color Cylindrical-coordinate representation of color #2ADFB7: hue angle of 166.74º 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 #2ADFB7 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 223 183 -
CMYK 0.81 0 0.18 0.13
HSL 166.74º 0.74% 0.52% -
HSV(B) 166.74º 0.81% 0.87% -
XYZ 35.89 56.69 53.85 -
YUV 164.32 138.53 40.75 -
System Red Green Blue C M Y K H S L
Decimal 42 223 183 0.81 0 0.18 0.13 166.74 0.74 0.52
Hex 2A DF B7 51 0 12 D A7 4A 34
Octal 52 337 267 121 0 22 15 247 112 64
Binary 101010 11011111 10110111 1010001 0 10010 1101 10100111 1001010 110100

Color Harmonies of #2ADFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFB7

Black with #2ADFB7

Text Example


Text Example

White with #2ADFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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