Html Css Color HEX #2FDDB6 Turquoise

📋 copy color: '#2FDDB6'

red 47 ◦ green 221 ◦ blue 182

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

Shades of Turquoise #2FDDB6

Tints of Turquoise #2FDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 10.44%
G = 49.11%
B = 40.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2FDDB6 (or 0x2FDDB6) is known color: Turquoise. HEX triplet: 2F, DD and B6. RGB value is (47,221,182). Sum of RGB (Red+Green+Blue) = 47+221+182=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDDB6 is #D02249. Grayscale: #A4A4A4. Windows color (decimal): -13640266 or 11984175. OLE color: 11984175.

HSL color Cylindrical-coordinate representation of color #2FDDB6: hue angle of 166.55º 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 #2FDDB6 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 182 -
CMYK 0.79 0 0.18 0.13
HSL 166.55º 0.72% 0.53% -
HSV(B) 166.55º 0.79% 0.87% -
XYZ 35.47 55.69 53.14 -
YUV 164.53 137.85 44.17 -
System Red Green Blue C M Y K H S L
Decimal 47 221 182 0.79 0 0.18 0.13 166.55 0.72 0.53
Hex 2F DD B6 4F 0 12 D A7 48 35
Octal 57 335 266 117 0 22 15 247 110 65
Binary 101111 11011101 10110110 1001111 0 10010 1101 10100111 1001000 110101

Color Harmonies of #2FDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDDB6

Black with #2FDDB6

Text Example


Text Example

White with #2FDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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