Html Css Color HEX #4FE8DB Turquoise

📋 copy color: '#4FE8DB'

red 79 ◦ green 232 ◦ blue 219

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

Shades of Turquoise #4FE8DB

Tints of Turquoise #4FE8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.77%

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

R = 14.91%
G = 43.77%
B = 41.32%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#4FE8DB (or 0x4FE8DB) is known color: Turquoise. HEX triplet: 4F, E8 and DB. RGB value is (79,232,219). Sum of RGB (Red+Green+Blue) = 79+232+219=530 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.91% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #4FE8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE8DB is #B01724. Grayscale: #B8B8B8. Windows color (decimal): -11540261 or 14411855. OLE color: 14411855.

HSL color Cylindrical-coordinate representation of color #4FE8DB: hue angle of 174.9º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE8DB is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 79 232 219 -
CMYK 0.66 0 0.06 0.09
HSL 174.9º 0.77% 0.61% -
HSV(B) 174.9º 0.66% 0.91% -
XYZ 44.87 64.49 77.1 -
YUV 184.77 147.31 52.56 -
System Red Green Blue C M Y K H S L
Decimal 79 232 219 0.66 0 0.06 0.09 174.9 0.77 0.61
Hex 4F E8 DB 42 0 6 9 AF 4D 3D
Octal 117 350 333 102 0 6 11 257 115 75
Binary 1001111 11101000 11011011 1000010 0 110 1001 10101111 1001101 111101

Color Harmonies of #4FE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE8DB

Black with #4FE8DB

Text Example


Text Example

White with #4FE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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