Html Css Color HEX #2FD7BB Turquoise

📋 copy color: '#2FD7BB'

red 47 ◦ green 215 ◦ blue 187

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

Shades of Turquoise #2FD7BB

Tints of Turquoise #2FD7BB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.88%

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

R = 10.47%
G = 47.88%
B = 41.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#2FD7BB (or 0x2FD7BB) is known color: Turquoise. HEX triplet: 2F, D7 and BB. RGB value is (47,215,187). Sum of RGB (Red+Green+Blue) = 47+215+187=449 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.47% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD7BB is #D02844. Grayscale: #A1A1A1. Windows color (decimal): -13641797 or 12310319. OLE color: 12310319.

HSL color Cylindrical-coordinate representation of color #2FD7BB: hue angle of 170º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD7BB is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 47 215 187 -
CMYK 0.78 0 0.13 0.16
HSL 170º 0.68% 0.51% -
HSV(B) 170º 0.78% 0.84% -
XYZ 34.44 52.79 55.39 -
YUV 161.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 47 215 187 0.78 0 0.13 0.16 170 0.68 0.51
Hex 2F D7 BB 4E 0 D 10 AA 44 33
Octal 57 327 273 116 0 15 20 252 104 63
Binary 101111 11010111 10111011 1001110 0 1101 10000 10101010 1000100 110011

Color Harmonies of #2FD7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD7BB

Black with #2FD7BB

Text Example


Text Example

White with #2FD7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,215,187); }

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

background-color css

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

 a { background-color: rgb(47,215,187); }

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

border-color css

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

 span { border-color: rgb(47,215,187); }

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