Html Css Color HEX #2DF9B1 Turquoise

📋 copy color: '#2DF9B1'

red 45 ◦ green 249 ◦ blue 177

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

Shades of Turquoise #2DF9B1

Tints of Turquoise #2DF9B1

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.87%

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 9.55%
G = 52.87%
B = 37.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#2DF9B1 (or 0x2DF9B1) is known color: Turquoise. HEX triplet: 2D, F9 and B1. RGB value is (45,249,177). Sum of RGB (Red+Green+Blue) = 45+249+177=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 249 (97.66% from 255 or 52.87% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DF9B1 is #D2064E. Grayscale: #B3B3B3. Windows color (decimal): -13764175 or 11663661. OLE color: 11663661.

HSL color Cylindrical-coordinate representation of color #2DF9B1: hue angle of 158.82º degrees, saturation: 0.94, 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 #2DF9B1 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 45 249 177 -
CMYK 0.82 0 0.29 0.02
HSL 158.82º 0.94% 0.58% -
HSV(B) 158.82º 0.82% 0.98% -
XYZ 42.89 71.48 53.13 -
YUV 179.8 126.41 31.85 -
System Red Green Blue C M Y K H S L
Decimal 45 249 177 0.82 0 0.29 0.02 158.82 0.94 0.58
Hex 2D F9 B1 52 0 1D 2 9F 5E 3A
Octal 55 371 261 122 0 35 2 237 136 72
Binary 101101 11111001 10110001 1010010 0 11101 10 10011111 1011110 111010

Color Harmonies of #2DF9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF9B1

Black with #2DF9B1

Text Example


Text Example

White with #2DF9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,249,177); }

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

background-color css

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

 a { background-color: rgb(45,249,177); }

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

border-color css

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

 span { border-color: rgb(45,249,177); }

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