Html Css Color HEX #4FCCE0 Medium Turquoise

📋 copy color: '#4FCCE0'

red 79 ◦ green 204 ◦ blue 224

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

Shades of Medium Turquoise #4FCCE0

Tints of Medium Turquoise #4FCCE0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 15.58%
G = 40.24%
B = 44.18%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4FCCE0 (or 0x4FCCE0) is known color: Medium Turquoise. HEX triplet: 4F, CC and E0. RGB value is (79,204,224). Sum of RGB (Red+Green+Blue) = 79+204+224=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCCE0 is #B0331F. Grayscale: #A8A8A8. Windows color (decimal): -11547424 or 14732367. OLE color: 14732367.

HSL color Cylindrical-coordinate representation of color #4FCCE0: hue angle of 188.28º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FCCE0 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 204 224 -
CMYK 0.65 0.09 0 0.12
HSL 188.28º 0.7% 0.59% -
HSV(B) 188.28º 0.65% 0.88% -
XYZ 38.27 50.23 78.2 -
YUV 168.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 79 204 224 0.65 0.09 0 0.12 188.28 0.7 0.59
Hex 4F CC E0 41 9 0 C BC 46 3B
Octal 117 314 340 101 11 0 14 274 106 73
Binary 1001111 11001100 11100000 1000001 1001 0 1100 10111100 1000110 111011

Color Harmonies of #4FCCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCCE0

Black with #4FCCE0

Text Example


Text Example

White with #4FCCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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