Html Css Color HEX #4FECEB Turquoise

📋 copy color: '#4FECEB'

red 79 ◦ green 236 ◦ blue 235

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

Shades of Turquoise #4FECEB

Tints of Turquoise #4FECEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 14.36%
G = 42.91%
B = 42.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#4FECEB (or 0x4FECEB) is known color: Turquoise. HEX triplet: 4F, EC and EB. RGB value is (79,236,235). Sum of RGB (Red+Green+Blue) = 79+236+235=550 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.36% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FECEB is #B01314. Grayscale: #BCBCBC. Windows color (decimal): -11539221 or 15461455. OLE color: 15461455.

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

Color convert

RGB 79 236 235 -
CMYK 0.67 0 0.00 0.07
HSL 179.62º 0.81% 0.62% -
HSV(B) 179.62º 0.67% 0.93% -
XYZ 48.22 67.65 89.11 -
YUV 188.94 153.99 49.58 -
System Red Green Blue C M Y K H S L
Decimal 79 236 235 0.67 0 0.00 0.07 179.62 0.81 0.62
Hex 4F EC EB 43 0 0 7 B4 51 3E
Octal 117 354 353 103 0 0 7 264 121 76
Binary 1001111 11101100 11101011 1000011 0 0 111 10110100 1010001 111110

Color Harmonies of #4FECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FECEB

Black with #4FECEB

Text Example


Text Example

White with #4FECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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