Html Css Color HEX #2DF9BB Turquoise

📋 copy color: '#2DF9BB'

red 45 ◦ green 249 ◦ blue 187

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

Shades of Turquoise #2DF9BB

Tints of Turquoise #2DF9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 9.36%
G = 51.77%
B = 38.88%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#2DF9BB (or 0x2DF9BB) is known color: Turquoise. HEX triplet: 2D, F9 and BB. RGB value is (45,249,187). Sum of RGB (Red+Green+Blue) = 45+249+187=481 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.36% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF9BB is #D20644. Grayscale: #B4B4B4. Windows color (decimal): -13764165 or 12319021. OLE color: 12319021.

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

Color convert

RGB 45 249 187 -
CMYK 0.82 0 0.25 0.02
HSL 161.76º 0.94% 0.58% -
HSV(B) 161.76º 0.82% 0.98% -
XYZ 43.93 71.9 58.58 -
YUV 180.94 131.41 31.04 -
System Red Green Blue C M Y K H S L
Decimal 45 249 187 0.82 0 0.25 0.02 161.76 0.94 0.58
Hex 2D F9 BB 52 0 19 2 A2 5E 3A
Octal 55 371 273 122 0 31 2 242 136 72
Binary 101101 11111001 10111011 1010010 0 11001 10 10100010 1011110 111010

Color Harmonies of #2DF9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF9BB

Black with #2DF9BB

Text Example


Text Example

White with #2DF9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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