Html Css Color HEX #4FEBEA Turquoise

📋 copy color: '#4FEBEA'

red 79 ◦ green 235 ◦ blue 234

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

Shades of Turquoise #4FEBEA

Tints of Turquoise #4FEBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 14.42%
G = 42.88%
B = 42.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#4FEBEA (or 0x4FEBEA) is known color: Turquoise. HEX triplet: 4F, EB and EA. RGB value is (79,235,234). Sum of RGB (Red+Green+Blue) = 79+235+234=548 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.42% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBEA is #B01415. Grayscale: #BCBCBC. Windows color (decimal): -11539478 or 15395663. OLE color: 15395663.

HSL color Cylindrical-coordinate representation of color #4FEBEA: hue angle of 179.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBEA is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 234 -
CMYK 0.66 0 0.00 0.08
HSL 179.62º 0.8% 0.62% -
HSV(B) 179.62º 0.66% 0.92% -
XYZ 47.78 67.02 88.26 -
YUV 188.24 153.82 50.08 -
System Red Green Blue C M Y K H S L
Decimal 79 235 234 0.66 0 0.00 0.08 179.62 0.8 0.62
Hex 4F EB EA 42 0 0 8 B4 50 3E
Octal 117 353 352 102 0 0 10 264 120 76
Binary 1001111 11101011 11101010 1000010 0 0 1000 10110100 1010000 111110

Color Harmonies of #4FEBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBEA

Black with #4FEBEA

Text Example


Text Example

White with #4FEBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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