Html Css Color HEX #4FEEE0 Turquoise

📋 copy color: '#4FEEE0'

red 79 ◦ green 238 ◦ blue 224

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

Shades of Turquoise #4FEEE0

Tints of Turquoise #4FEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.99%

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 14.6%
G = 43.99%
B = 41.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#4FEEE0 (or 0x4FEEE0) is known color: Turquoise. HEX triplet: 4F, EE and E0. RGB value is (79,238,224). Sum of RGB (Red+Green+Blue) = 79+238+224=541 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.60% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEEE0 is #B0111F. Grayscale: #BCBCBC. Windows color (decimal): -11538720 or 14741071. OLE color: 14741071.

HSL color Cylindrical-coordinate representation of color #4FEEE0: hue angle of 174.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEEE0 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 238 224 -
CMYK 0.67 0 0.06 0.07
HSL 174.72º 0.82% 0.62% -
HSV(B) 174.72º 0.67% 0.93% -
XYZ 47.25 68.19 81.19 -
YUV 188.86 147.82 49.64 -
System Red Green Blue C M Y K H S L
Decimal 79 238 224 0.67 0 0.06 0.07 174.72 0.82 0.62
Hex 4F EE E0 43 0 6 7 AF 52 3E
Octal 117 356 340 103 0 6 7 257 122 76
Binary 1001111 11101110 11100000 1000011 0 110 111 10101111 1010010 111110

Color Harmonies of #4FEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEEE0

Black with #4FEEE0

Text Example


Text Example

White with #4FEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,238,224); }

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

background-color css

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

 a { background-color: rgb(79,238,224); }

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

border-color css

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

 span { border-color: rgb(79,238,224); }

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