Html Css Color HEX #2FD7DB Turquoise

📋 copy color: '#2FD7DB'

red 47 ◦ green 215 ◦ blue 219

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

Shades of Turquoise #2FD7DB

Tints of Turquoise #2FD7DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 9.77%
G = 44.7%
B = 45.53%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FD7DB (or 0x2FD7DB) is known color: Turquoise. HEX triplet: 2F, D7 and DB. RGB value is (47,215,219). Sum of RGB (Red+Green+Blue) = 47+215+219=481 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.77% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #2FD7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FD7DB is #D02824. Grayscale: #A5A5A5. Windows color (decimal): -13641765 or 14407471. OLE color: 14407471.

HSL color Cylindrical-coordinate representation of color #2FD7DB: hue angle of 181.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FD7DB is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 215 219 -
CMYK 0.79 0.02 0 0.14
HSL 181.4º 0.7% 0.52% -
HSV(B) 181.4º 0.79% 0.86% -
XYZ 38.26 54.32 75.49 -
YUV 165.22 158.34 43.67 -
System Red Green Blue C M Y K H S L
Decimal 47 215 219 0.79 0.02 0 0.14 181.4 0.7 0.52
Hex 2F D7 DB 4F 2 0 E B5 46 34
Octal 57 327 333 117 2 0 16 265 106 64
Binary 101111 11010111 11011011 1001111 10 0 1110 10110101 1000110 110100

Color Harmonies of #2FD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD7DB

Black with #2FD7DB

Text Example


Text Example

White with #2FD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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