Html Css Color HEX #2ADFCB Turquoise

📋 copy color: '#2ADFCB'

red 42 ◦ green 223 ◦ blue 203

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

Shades of Turquoise #2ADFCB

Tints of Turquoise #2ADFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.38%

R = 8.97%
G = 47.65%
B = 43.38%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#2ADFCB (or 0x2ADFCB) is known color: Turquoise. HEX triplet: 2A, DF and CB. RGB value is (42,223,203). Sum of RGB (Red+Green+Blue) = 42+223+203=468 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.97% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADFCB is #D52034. Grayscale: #A6A6A6. Windows color (decimal): -13967413 or 13360938. OLE color: 13360938.

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

Color convert

RGB 42 223 203 -
CMYK 0.81 0 0.09 0.13
HSL 173.37º 0.74% 0.52% -
HSV(B) 173.37º 0.81% 0.87% -
XYZ 38.12 57.58 65.6 -
YUV 166.6 148.53 39.13 -
System Red Green Blue C M Y K H S L
Decimal 42 223 203 0.81 0 0.09 0.13 173.37 0.74 0.52
Hex 2A DF CB 51 0 9 D AD 4A 34
Octal 52 337 313 121 0 11 15 255 112 64
Binary 101010 11011111 11001011 1010001 0 1001 1101 10101101 1001010 110100

Color Harmonies of #2ADFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADFCB

Black with #2ADFCB

Text Example


Text Example

White with #2ADFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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