Html Css Color HEX #4FEAD0 Turquoise

📋 copy color: '#4FEAD0'

red 79 ◦ green 234 ◦ blue 208

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

Shades of Turquoise #4FEAD0

Tints of Turquoise #4FEAD0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.91%

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 15.16%
G = 44.91%
B = 39.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#4FEAD0 (or 0x4FEAD0) is known color: Turquoise. HEX triplet: 4F, EA and D0. RGB value is (79,234,208). Sum of RGB (Red+Green+Blue) = 79+234+208=521 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.16% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEAD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEAD0 is #B0152F. Grayscale: #B8B8B8. Windows color (decimal): -11539760 or 13691471. OLE color: 13691471.

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

Color convert

RGB 79 234 208 -
CMYK 0.66 0 0.11 0.08
HSL 169.94º 0.79% 0.61% -
HSV(B) 169.94º 0.66% 0.92% -
XYZ 44.03 65.06 69.91 -
YUV 184.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 79 234 208 0.66 0 0.11 0.08 169.94 0.79 0.61
Hex 4F EA D0 42 0 B 8 AA 4F 3D
Octal 117 352 320 102 0 13 10 252 117 75
Binary 1001111 11101010 11010000 1000010 0 1011 1000 10101010 1001111 111101

Color Harmonies of #4FEAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEAD0

Black with #4FEAD0

Text Example


Text Example

White with #4FEAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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