Html Css Color HEX #2DFAB9 Turquoise

📋 copy color: '#2DFAB9'

red 45 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #2DFAB9

Tints of Turquoise #2DFAB9

RGB

 RED value IS 45 (17.97% from 255) = 9.38%

 GREEN value IS 250 (98.05% from 255) = 52.08%

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

R = 9.38%
G = 52.08%
B = 38.54%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#2DFAB9 (or 0x2DFAB9) is known color: Turquoise. HEX triplet: 2D, FA and B9. RGB value is (45,250,185). Sum of RGB (Red+Green+Blue) = 45+250+185=480 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.38% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAB9 is #D20546. Grayscale: #B5B5B5. Windows color (decimal): -13763911 or 12188205. OLE color: 12188205.

HSL color Cylindrical-coordinate representation of color #2DFAB9: hue angle of 160.98º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFAB9 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 250 185 -
CMYK 0.82 0 0.26 0.02
HSL 160.98º 0.95% 0.58% -
HSV(B) 160.98º 0.82% 0.98% -
XYZ 44.02 72.43 57.56 -
YUV 181.3 130.08 30.79 -
System Red Green Blue C M Y K H S L
Decimal 45 250 185 0.82 0 0.26 0.02 160.98 0.95 0.58
Hex 2D FA B9 52 0 1A 2 A1 5F 3A
Octal 55 372 271 122 0 32 2 241 137 72
Binary 101101 11111010 10111001 1010010 0 11010 10 10100001 1011111 111010

Color Harmonies of #2DFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DFAB9

Black with #2DFAB9

Text Example


Text Example

White with #2DFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,250,185); }

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

background-color css

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

 a { background-color: rgb(45,250,185); }

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

border-color css

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

 span { border-color: rgb(45,250,185); }

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