Html Css Color HEX #4FEBD4 Turquoise

📋 copy color: '#4FEBD4'

red 79 ◦ green 235 ◦ blue 212

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

Shades of Turquoise #4FEBD4

Tints of Turquoise #4FEBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.3%

R = 15.02%
G = 44.68%
B = 40.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#4FEBD4 (or 0x4FEBD4) is known color: Turquoise. HEX triplet: 4F, EB and D4. RGB value is (79,235,212). Sum of RGB (Red+Green+Blue) = 79+235+212=526 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.02% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBD4 is #B0142B. Grayscale: #B9B9B9. Windows color (decimal): -11539500 or 13953871. OLE color: 13953871.

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

Color convert

RGB 79 235 212 -
CMYK 0.66 0 0.10 0.08
HSL 171.15º 0.8% 0.62% -
HSV(B) 171.15º 0.66% 0.92% -
XYZ 44.82 65.83 72.63 -
YUV 185.73 142.82 51.87 -
System Red Green Blue C M Y K H S L
Decimal 79 235 212 0.66 0 0.10 0.08 171.15 0.8 0.62
Hex 4F EB D4 42 0 A 8 AB 50 3E
Octal 117 353 324 102 0 12 10 253 120 76
Binary 1001111 11101011 11010100 1000010 0 1010 1000 10101011 1010000 111110

Color Harmonies of #4FEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBD4

Black with #4FEBD4

Text Example


Text Example

White with #4FEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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