Html Css Color HEX #4FEBE9 Turquoise

📋 copy color: '#4FEBE9'

red 79 ◦ green 235 ◦ blue 233

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

Shades of Turquoise #4FEBE9

Tints of Turquoise #4FEBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.6%

R = 14.44%
G = 42.96%
B = 42.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#4FEBE9 (or 0x4FEBE9) is known color: Turquoise. HEX triplet: 4F, EB and E9. RGB value is (79,235,233). Sum of RGB (Red+Green+Blue) = 79+235+233=547 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.44% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEBE9 is #B01416. Grayscale: #BBBBBB. Windows color (decimal): -11539479 or 15330127. OLE color: 15330127.

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

Color convert

RGB 79 235 233 -
CMYK 0.66 0 0.01 0.08
HSL 179.23º 0.8% 0.62% -
HSV(B) 179.23º 0.66% 0.92% -
XYZ 47.64 66.96 87.5 -
YUV 188.13 153.32 50.16 -
System Red Green Blue C M Y K H S L
Decimal 79 235 233 0.66 0 0.01 0.08 179.23 0.8 0.62
Hex 4F EB E9 42 0 1 8 B3 50 3E
Octal 117 353 351 102 0 1 10 263 120 76
Binary 1001111 11101011 11101001 1000010 0 1 1000 10110011 1010000 111110

Color Harmonies of #4FEBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBE9

Black with #4FEBE9

Text Example


Text Example

White with #4FEBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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