Html Css Color HEX #4FEBE0 Turquoise

📋 copy color: '#4FEBE0'

red 79 ◦ green 235 ◦ blue 224

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

Shades of Turquoise #4FEBE0

Tints of Turquoise #4FEBE0

RGB

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

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

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

R = 14.68%
G = 43.68%
B = 41.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#4FEBE0 (or 0x4FEBE0) is known color: Turquoise. HEX triplet: 4F, EB and E0. RGB value is (79,235,224). Sum of RGB (Red+Green+Blue) = 79+235+224=538 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.68% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBE0 is #B0141F. Grayscale: #BABABA. Windows color (decimal): -11539488 or 14740303. OLE color: 14740303.

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

Color convert

RGB 79 235 224 -
CMYK 0.66 0 0.05 0.08
HSL 175.77º 0.8% 0.62% -
HSV(B) 175.77º 0.66% 0.92% -
XYZ 46.39 66.46 80.9 -
YUV 187.1 148.82 50.89 -
System Red Green Blue C M Y K H S L
Decimal 79 235 224 0.66 0 0.05 0.08 175.77 0.8 0.62
Hex 4F EB E0 42 0 5 8 B0 50 3E
Octal 117 353 340 102 0 5 10 260 120 76
Binary 1001111 11101011 11100000 1000010 0 101 1000 10110000 1010000 111110

Color Harmonies of #4FEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBE0

Black with #4FEBE0

Text Example


Text Example

White with #4FEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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