Html Css Color HEX #4FE5DC Turquoise

📋 copy color: '#4FE5DC'

red 79 ◦ green 229 ◦ blue 220

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

Shades of Turquoise #4FE5DC

Tints of Turquoise #4FE5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.37%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 14.96%
G = 43.37%
B = 41.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#4FE5DC (or 0x4FE5DC) is known color: Turquoise. HEX triplet: 4F, E5 and DC. RGB value is (79,229,220). Sum of RGB (Red+Green+Blue) = 79+229+220=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE5DC is #B01A23. Grayscale: #B7B7B7. Windows color (decimal): -11541028 or 14476623. OLE color: 14476623.

HSL color Cylindrical-coordinate representation of color #4FE5DC: hue angle of 176.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE5DC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 229 220 -
CMYK 0.66 0 0.04 0.10
HSL 176.4º 0.74% 0.6% -
HSV(B) 176.4º 0.66% 0.9% -
XYZ 44.16 62.87 77.52 -
YUV 183.12 148.81 53.73 -
System Red Green Blue C M Y K H S L
Decimal 79 229 220 0.66 0 0.04 0.10 176.4 0.74 0.6
Hex 4F E5 DC 42 0 4 A B0 4A 3C
Octal 117 345 334 102 0 4 12 260 112 74
Binary 1001111 11100101 11011100 1000010 0 100 1010 10110000 1001010 111100

Color Harmonies of #4FE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE5DC

Black with #4FE5DC

Text Example


Text Example

White with #4FE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,229,220); }

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

background-color css

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

 a { background-color: rgb(79,229,220); }

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

border-color css

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

 span { border-color: rgb(79,229,220); }

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