Html Css Color HEX #4FECE0 Turquoise

📋 copy color: '#4FECE0'

red 79 ◦ green 236 ◦ blue 224

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

Shades of Turquoise #4FECE0

Tints of Turquoise #4FECE0

RGB

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

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

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

R = 14.66%
G = 43.78%
B = 41.56%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#4FECE0 (or 0x4FECE0) is known color: Turquoise. HEX triplet: 4F, EC and E0. RGB value is (79,236,224). Sum of RGB (Red+Green+Blue) = 79+236+224=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECE0 is #B0131F. Grayscale: #BBBBBB. Windows color (decimal): -11539232 or 14740559. OLE color: 14740559.

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

Color convert

RGB 79 236 224 -
CMYK 0.67 0 0.05 0.07
HSL 175.41º 0.81% 0.62% -
HSV(B) 175.41º 0.67% 0.93% -
XYZ 46.67 67.03 81 -
YUV 187.69 148.49 50.48 -
System Red Green Blue C M Y K H S L
Decimal 79 236 224 0.67 0 0.05 0.07 175.41 0.81 0.62
Hex 4F EC E0 43 0 5 7 AF 51 3E
Octal 117 354 340 103 0 5 7 257 121 76
Binary 1001111 11101100 11100000 1000011 0 101 111 10101111 1010001 111110

Color Harmonies of #4FECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECE0

Black with #4FECE0

Text Example


Text Example

White with #4FECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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