Html Css Color HEX #2FE4DB Turquoise

📋 copy color: '#2FE4DB'

red 47 ◦ green 228 ◦ blue 219

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

Shades of Turquoise #2FE4DB

Tints of Turquoise #2FE4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

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

R = 9.51%
G = 46.15%
B = 44.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#2FE4DB (or 0x2FE4DB) is known color: Turquoise. HEX triplet: 2F, E4 and DB. RGB value is (47,228,219). Sum of RGB (Red+Green+Blue) = 47+228+219=494 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.51% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FE4DB is #D01B24. Grayscale: #ACACAC. Windows color (decimal): -13638437 or 14410799. OLE color: 14410799.

HSL color Cylindrical-coordinate representation of color #2FE4DB: hue angle of 177.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE4DB is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 228 219 -
CMYK 0.79 0 0.04 0.11
HSL 177.02º 0.77% 0.54% -
HSV(B) 177.02º 0.79% 0.89% -
XYZ 41.7 61.21 76.63 -
YUV 172.86 154.03 38.23 -
System Red Green Blue C M Y K H S L
Decimal 47 228 219 0.79 0 0.04 0.11 177.02 0.77 0.54
Hex 2F E4 DB 4F 0 4 B B1 4D 36
Octal 57 344 333 117 0 4 13 261 115 66
Binary 101111 11100100 11011011 1001111 0 100 1011 10110001 1001101 110110

Color Harmonies of #2FE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE4DB

Black with #2FE4DB

Text Example


Text Example

White with #2FE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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