Html Css Color HEX #4FFDCD Turquoise

📋 copy color: '#4FFDCD'

red 79 ◦ green 253 ◦ blue 205

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

Shades of Turquoise #4FFDCD

Tints of Turquoise #4FFDCD

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.11%

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

R = 14.71%
G = 47.11%
B = 38.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4FFDCD (or 0x4FFDCD) is known color: Turquoise. HEX triplet: 4F, FD and CD. RGB value is (79,253,205). Sum of RGB (Red+Green+Blue) = 79+253+205=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDCD is #B00232. Grayscale: #C3C3C3. Windows color (decimal): -11534899 or 13499727. OLE color: 13499727.

HSL color Cylindrical-coordinate representation of color #4FFDCD: hue angle of 163.45º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDCD is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 253 205 -
CMYK 0.69 0 0.19 0.01
HSL 163.45º 0.98% 0.65% -
HSV(B) 163.45º 0.69% 0.99% -
XYZ 49.37 76.32 69.89 -
YUV 195.5 133.35 44.9 -
System Red Green Blue C M Y K H S L
Decimal 79 253 205 0.69 0 0.19 0.01 163.45 0.98 0.65
Hex 4F FD CD 45 0 13 1 A3 62 41
Octal 117 375 315 105 0 23 1 243 142 101
Binary 1001111 11111101 11001101 1000101 0 10011 1 10100011 1100010 1000001

Color Harmonies of #4FFDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDCD

Black with #4FFDCD

Text Example


Text Example

White with #4FFDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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