Html Css Color HEX #2ADFD0 Turquoise

📋 copy color: '#2ADFD0'

red 42 ◦ green 223 ◦ blue 208

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

Shades of Turquoise #2ADFD0

Tints of Turquoise #2ADFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 8.88%
G = 47.15%
B = 43.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#2ADFD0 (or 0x2ADFD0) is known color: Turquoise. HEX triplet: 2A, DF and D0. RGB value is (42,223,208). Sum of RGB (Red+Green+Blue) = 42+223+208=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFD0 is #D5202F. Grayscale: #A7A7A7. Windows color (decimal): -13967408 or 13688618. OLE color: 13688618.

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

Color convert

RGB 42 223 208 -
CMYK 0.81 0 0.07 0.13
HSL 175.03º 0.74% 0.52% -
HSV(B) 175.03º 0.81% 0.87% -
XYZ 38.73 57.82 68.79 -
YUV 167.17 151.03 38.72 -
System Red Green Blue C M Y K H S L
Decimal 42 223 208 0.81 0 0.07 0.13 175.03 0.74 0.52
Hex 2A DF D0 51 0 7 D AF 4A 34
Octal 52 337 320 121 0 7 15 257 112 64
Binary 101010 11011111 11010000 1010001 0 111 1101 10101111 1001010 110100

Color Harmonies of #2ADFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFD0

Black with #2ADFD0

Text Example


Text Example

White with #2ADFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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