Html Css Color HEX #4FECE5 Turquoise

📋 copy color: '#4FECE5'

red 79 ◦ green 236 ◦ blue 229

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

Shades of Turquoise #4FECE5

Tints of Turquoise #4FECE5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 14.52%
G = 43.38%
B = 42.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#4FECE5 (or 0x4FECE5) is known color: Turquoise. HEX triplet: 4F, EC and E5. RGB value is (79,236,229). Sum of RGB (Red+Green+Blue) = 79+236+229=544 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.52% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECE5 is #B0131A. Grayscale: #BCBCBC. Windows color (decimal): -11539227 or 15068239. OLE color: 15068239.

HSL color Cylindrical-coordinate representation of color #4FECE5: hue angle of 177.32º degrees, saturation: 0.81, 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 #4FECE5 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 236 229 -
CMYK 0.67 0 0.03 0.07
HSL 177.32º 0.81% 0.62% -
HSV(B) 177.32º 0.67% 0.93% -
XYZ 47.36 67.31 84.62 -
YUV 188.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 79 236 229 0.67 0 0.03 0.07 177.32 0.81 0.62
Hex 4F EC E5 43 0 3 7 B1 51 3E
Octal 117 354 345 103 0 3 7 261 121 76
Binary 1001111 11101100 11100101 1000011 0 11 111 10110001 1010001 111110

Color Harmonies of #4FECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECE5

Black with #4FECE5

Text Example


Text Example

White with #4FECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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