Html Css Color HEX #2FD9BA Turquoise

📋 copy color: '#2FD9BA'

red 47 ◦ green 217 ◦ blue 186

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

Shades of Turquoise #2FD9BA

Tints of Turquoise #2FD9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.22%

 BLUE value IS 186 (73.05% from 255) = 41.33%

R = 10.44%
G = 48.22%
B = 41.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#2FD9BA (or 0x2FD9BA) is known color: Turquoise. HEX triplet: 2F, D9 and BA. RGB value is (47,217,186). Sum of RGB (Red+Green+Blue) = 47+217+186=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD9BA is #D02645. Grayscale: #A2A2A2. Windows color (decimal): -13641286 or 12245295. OLE color: 12245295.

HSL color Cylindrical-coordinate representation of color #2FD9BA: hue angle of 169.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD9BA is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 186 -
CMYK 0.78 0 0.14 0.15
HSL 169.06º 0.69% 0.52% -
HSV(B) 169.06º 0.78% 0.85% -
XYZ 34.85 53.78 55 -
YUV 162.64 141.18 45.52 -
System Red Green Blue C M Y K H S L
Decimal 47 217 186 0.78 0 0.14 0.15 169.06 0.69 0.52
Hex 2F D9 BA 4E 0 E F A9 45 34
Octal 57 331 272 116 0 16 17 251 105 64
Binary 101111 11011001 10111010 1001110 0 1110 1111 10101001 1000101 110100

Color Harmonies of #2FD9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD9BA

Black with #2FD9BA

Text Example


Text Example

White with #2FD9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,217,186); }

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

background-color css

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

 a { background-color: rgb(47,217,186); }

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

border-color css

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

 span { border-color: rgb(47,217,186); }

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