Html Css Color HEX #4FFFDC Turquoise

📋 copy color: '#4FFFDC'

red 79 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #4FFFDC

Tints of Turquoise #4FFFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 14.26%
G = 46.03%
B = 39.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#4FFFDC (or 0x4FFFDC) is known color: Turquoise. HEX triplet: 4F, FF and DC. RGB value is (79,255,220). Sum of RGB (Red+Green+Blue) = 79+255+220=554 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.26% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #4FFFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFFDC is #B00023. Grayscale: #C6C6C6. Windows color (decimal): -11534372 or 14483279. OLE color: 14483279.

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

Color convert

RGB 79 255 220 -
CMYK 0.69 0 0.14 0
HSL 168.07º 1% 0.65% -
HSV(B) 168.07º 0.69% 1% -
XYZ 51.9 78.35 80.1 -
YUV 198.39 140.19 42.85 -
System Red Green Blue C M Y K H S L
Decimal 79 255 220 0.69 0 0.14 0 168.07 1 0.65
Hex 4F FF DC 45 0 E 0 A8 64 41
Octal 117 377 334 105 0 16 0 250 144 101
Binary 1001111 11111111 11011100 1000101 0 1110 0 10101000 1100100 1000001

Color Harmonies of #4FFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFFDC

Black with #4FFFDC

Text Example


Text Example

White with #4FFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,255,220); }

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

background-color css

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

 a { background-color: rgb(79,255,220); }

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

border-color css

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

 span { border-color: rgb(79,255,220); }

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