Html Css Color HEX #4FEDD0 Turquoise

📋 copy color: '#4FEDD0'

red 79 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #4FEDD0

Tints of Turquoise #4FEDD0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.23%

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

R = 15.08%
G = 45.23%
B = 39.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#4FEDD0 (or 0x4FEDD0) is known color: Turquoise. HEX triplet: 4F, ED and D0. RGB value is (79,237,208). Sum of RGB (Red+Green+Blue) = 79+237+208=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDD0 is #B0122F. Grayscale: #BABABA. Windows color (decimal): -11538992 or 13692239. OLE color: 13692239.

HSL color Cylindrical-coordinate representation of color #4FEDD0: hue angle of 168.99º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDD0 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 237 208 -
CMYK 0.67 0 0.12 0.07
HSL 168.99º 0.81% 0.62% -
HSV(B) 168.99º 0.67% 0.93% -
XYZ 44.89 66.78 70.2 -
YUV 186.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 79 237 208 0.67 0 0.12 0.07 168.99 0.81 0.62
Hex 4F ED D0 43 0 C 7 A9 51 3E
Octal 117 355 320 103 0 14 7 251 121 76
Binary 1001111 11101101 11010000 1000011 0 1100 111 10101001 1010001 111110

Color Harmonies of #4FEDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEDD0

Black with #4FEDD0

Text Example


Text Example

White with #4FEDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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