Html Css Color HEX #2FDDB7 Turquoise

📋 copy color: '#2FDDB7'

red 47 ◦ green 221 ◦ blue 183

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

Shades of Turquoise #2FDDB7

Tints of Turquoise #2FDDB7

RGB

 RED value IS 47 (18.75% from 255) = 10.42%

 GREEN value IS 221 (86.72% from 255) = 49%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 10.42%
G = 49%
B = 40.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#2FDDB7 (or 0x2FDDB7) is known color: Turquoise. HEX triplet: 2F, DD and B7. RGB value is (47,221,183). Sum of RGB (Red+Green+Blue) = 47+221+183=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDB7 is #D02248. Grayscale: #A4A4A4. Windows color (decimal): -13640265 or 12049711. OLE color: 12049711.

HSL color Cylindrical-coordinate representation of color #2FDDB7: hue angle of 166.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDDB7 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 183 -
CMYK 0.79 0 0.17 0.13
HSL 166.9º 0.72% 0.53% -
HSV(B) 166.9º 0.79% 0.87% -
XYZ 35.58 55.74 53.68 -
YUV 164.64 138.35 44.09 -
System Red Green Blue C M Y K H S L
Decimal 47 221 183 0.79 0 0.17 0.13 166.9 0.72 0.53
Hex 2F DD B7 4F 0 11 D A7 48 35
Octal 57 335 267 117 0 21 15 247 110 65
Binary 101111 11011101 10110111 1001111 0 10001 1101 10100111 1001000 110101

Color Harmonies of #2FDDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDDB7

Black with #2FDDB7

Text Example


Text Example

White with #2FDDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,221,183); }

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

background-color css

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

 a { background-color: rgb(47,221,183); }

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

border-color css

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

 span { border-color: rgb(47,221,183); }

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