Html Css Color HEX #2AFDB9 Turquoise

📋 copy color: '#2AFDB9'

red 42 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #2AFDB9

Tints of Turquoise #2AFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.71%

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 8.75%
G = 52.71%
B = 38.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#2AFDB9 (or 0x2AFDB9) is known color: Turquoise. HEX triplet: 2A, FD and B9. RGB value is (42,253,185). Sum of RGB (Red+Green+Blue) = 42+253+185=480 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.75% from 480); Green value is 253 (99.22% from 255 or 52.71% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFDB9 is #D50246. Grayscale: #B6B6B6. Windows color (decimal): -13959751 or 12188970. OLE color: 12188970.

HSL color Cylindrical-coordinate representation of color #2AFDB9: hue angle of 160.66º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFDB9 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 253 185 -
CMYK 0.83 0 0.27 0.01
HSL 160.66º 0.98% 0.58% -
HSV(B) 160.66º 0.83% 0.99% -
XYZ 44.84 74.25 57.87 -
YUV 182.16 129.6 28.03 -
System Red Green Blue C M Y K H S L
Decimal 42 253 185 0.83 0 0.27 0.01 160.66 0.98 0.58
Hex 2A FD B9 53 0 1B 1 A1 62 3A
Octal 52 375 271 123 0 33 1 241 142 72
Binary 101010 11111101 10111001 1010011 0 11011 1 10100001 1100010 111010

Color Harmonies of #2AFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AFDB9

Black with #2AFDB9

Text Example


Text Example

White with #2AFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,253,185); }

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

background-color css

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

 a { background-color: rgb(42,253,185); }

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

border-color css

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

 span { border-color: rgb(42,253,185); }

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