Html Css Color HEX #4FEBD7 Turquoise

📋 copy color: '#4FEBD7'

red 79 ◦ green 235 ◦ blue 215

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

Shades of Turquoise #4FEBD7

Tints of Turquoise #4FEBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 14.93%
G = 44.42%
B = 40.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#4FEBD7 (or 0x4FEBD7) is known color: Turquoise. HEX triplet: 4F, EB and D7. RGB value is (79,235,215). Sum of RGB (Red+Green+Blue) = 79+235+215=529 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.93% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBD7 is #B01428. Grayscale: #BABABA. Windows color (decimal): -11539497 or 14150479. OLE color: 14150479.

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

Color convert

RGB 79 235 215 -
CMYK 0.66 0 0.09 0.08
HSL 172.31º 0.8% 0.62% -
HSV(B) 172.31º 0.66% 0.92% -
XYZ 45.2 65.99 74.64 -
YUV 186.08 144.32 51.63 -
System Red Green Blue C M Y K H S L
Decimal 79 235 215 0.66 0 0.09 0.08 172.31 0.8 0.62
Hex 4F EB D7 42 0 9 8 AC 50 3E
Octal 117 353 327 102 0 11 10 254 120 76
Binary 1001111 11101011 11010111 1000010 0 1001 1000 10101100 1010000 111110

Color Harmonies of #4FEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBD7

Black with #4FEBD7

Text Example


Text Example

White with #4FEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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