Html Css Color HEX #4FDECD Turquoise

📋 copy color: '#4FDECD'

red 79 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #4FDECD

Tints of Turquoise #4FDECD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.87%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 15.61%
G = 43.87%
B = 40.51%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4FDECD (or 0x4FDECD) is known color: Turquoise. HEX triplet: 4F, DE and CD. RGB value is (79,222,205). Sum of RGB (Red+Green+Blue) = 79+222+205=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDECD is #B02132. Grayscale: #B1B1B1. Windows color (decimal): -11542835 or 13491791. OLE color: 13491791.

HSL color Cylindrical-coordinate representation of color #4FDECD: hue angle of 172.87º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDECD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 222 205 -
CMYK 0.64 0 0.08 0.13
HSL 172.87º 0.68% 0.59% -
HSV(B) 172.87º 0.64% 0.87% -
XYZ 40.37 58.31 66.89 -
YUV 177.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 79 222 205 0.64 0 0.08 0.13 172.87 0.68 0.59
Hex 4F DE CD 40 0 8 D AD 44 3B
Octal 117 336 315 100 0 10 15 255 104 73
Binary 1001111 11011110 11001101 1000000 0 1000 1101 10101101 1000100 111011

Color Harmonies of #4FDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDECD

Black with #4FDECD

Text Example


Text Example

White with #4FDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,222,205); }

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

background-color css

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

 a { background-color: rgb(79,222,205); }

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

border-color css

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

 span { border-color: rgb(79,222,205); }

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