Html Css Color HEX #4FE9E3 Turquoise

📋 copy color: '#4FE9E3'

red 79 ◦ green 233 ◦ blue 227

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

Shades of Turquoise #4FE9E3

Tints of Turquoise #4FE9E3

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

 BLUE value IS 227 (89.06% from 255) = 42.12%

R = 14.66%
G = 43.23%
B = 42.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#4FE9E3 (or 0x4FE9E3) is known color: Turquoise. HEX triplet: 4F, E9 and E3. RGB value is (79,233,227). Sum of RGB (Red+Green+Blue) = 79+233+227=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9E3 is #B0161C. Grayscale: #BABABA. Windows color (decimal): -11539997 or 14936399. OLE color: 14936399.

HSL color Cylindrical-coordinate representation of color #4FE9E3: hue angle of 177.66º degrees, saturation: 0.78, 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 #4FE9E3 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 79 233 227 -
CMYK 0.66 0 0.03 0.09
HSL 177.66º 0.78% 0.61% -
HSV(B) 177.66º 0.66% 0.91% -
XYZ 46.23 65.49 82.88 -
YUV 186.27 150.98 51.49 -
System Red Green Blue C M Y K H S L
Decimal 79 233 227 0.66 0 0.03 0.09 177.66 0.78 0.61
Hex 4F E9 E3 42 0 3 9 B2 4E 3D
Octal 117 351 343 102 0 3 11 262 116 75
Binary 1001111 11101001 11100011 1000010 0 11 1001 10110010 1001110 111101

Color Harmonies of #4FE9E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE9E3

Black with #4FE9E3

Text Example


Text Example

White with #4FE9E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,233,227); }

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

background-color css

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

 a { background-color: rgb(79,233,227); }

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

border-color css

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

 span { border-color: rgb(79,233,227); }

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