Html Css Color HEX #4FEBEC Turquoise

📋 copy color: '#4FEBEC'

red 79 ◦ green 235 ◦ blue 236

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

Shades of Turquoise #4FEBEC

Tints of Turquoise #4FEBEC

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #4FEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBEC

Black with #4FEBEC

Text Example


Text Example

White with #4FEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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