Html Css Color HEX #4FE5C9 Turquoise

📋 copy color: '#4FE5C9'

red 79 ◦ green 229 ◦ blue 201

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

Shades of Turquoise #4FE5C9

Tints of Turquoise #4FE5C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.49%

R = 15.52%
G = 44.99%
B = 39.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#4FE5C9 (or 0x4FE5C9) is known color: Turquoise. HEX triplet: 4F, E5 and C9. RGB value is (79,229,201). Sum of RGB (Red+Green+Blue) = 79+229+201=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #4FE5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FE5C9 is #B01A36. Grayscale: #B4B4B4. Windows color (decimal): -11541047 or 13231439. OLE color: 13231439.

HSL color Cylindrical-coordinate representation of color #4FE5C9: hue angle of 168.8º 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 #4FE5C9 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 229 201 -
CMYK 0.66 0 0.12 0.10
HSL 168.8º 0.74% 0.6% -
HSV(B) 168.8º 0.66% 0.9% -
XYZ 41.79 61.92 65.01 -
YUV 180.96 139.31 55.28 -
System Red Green Blue C M Y K H S L
Decimal 79 229 201 0.66 0 0.12 0.10 168.8 0.74 0.6
Hex 4F E5 C9 42 0 C A A9 4A 3C
Octal 117 345 311 102 0 14 12 251 112 74
Binary 1001111 11100101 11001001 1000010 0 1100 1010 10101001 1001010 111100

Color Harmonies of #4FE5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE5C9

Black with #4FE5C9

Text Example


Text Example

White with #4FE5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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