Html Css Color HEX #4FE4DB Turquoise

📋 copy color: '#4FE4DB'

red 79 ◦ green 228 ◦ blue 219

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

Shades of Turquoise #4FE4DB

Tints of Turquoise #4FE4DB

RGB

 RED value IS 79 (31.25% from 255) = 15.02%

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

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

R = 15.02%
G = 43.35%
B = 41.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#4FE4DB (or 0x4FE4DB) is known color: Turquoise. HEX triplet: 4F, E4 and DB. RGB value is (79,228,219). Sum of RGB (Red+Green+Blue) = 79+228+219=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 228 (89.45% from 255 or 43.35% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 228 - color contains mainly: green. Hex color #4FE4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE4DB is #B01B24. Grayscale: #B6B6B6. Windows color (decimal): -11541285 or 14410831. OLE color: 14410831.

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

Color convert

RGB 79 228 219 -
CMYK 0.65 0 0.04 0.11
HSL 176.38º 0.73% 0.6% -
HSV(B) 176.38º 0.65% 0.89% -
XYZ 43.75 62.26 76.73 -
YUV 182.42 148.64 54.23 -
System Red Green Blue C M Y K H S L
Decimal 79 228 219 0.65 0 0.04 0.11 176.38 0.73 0.6
Hex 4F E4 DB 41 0 4 B B0 49 3C
Octal 117 344 333 101 0 4 13 260 111 74
Binary 1001111 11100100 11011011 1000001 0 100 1011 10110000 1001001 111100

Color Harmonies of #4FE4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE4DB

Black with #4FE4DB

Text Example


Text Example

White with #4FE4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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