Html Css Color HEX #4FF7DC Turquoise

📋 copy color: '#4FF7DC'

red 79 ◦ green 247 ◦ blue 220

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

Shades of Turquoise #4FF7DC

Tints of Turquoise #4FF7DC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.24%

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

R = 14.47%
G = 45.24%
B = 40.29%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#4FF7DC (or 0x4FF7DC) is known color: Turquoise. HEX triplet: 4F, F7 and DC. RGB value is (79,247,220). Sum of RGB (Red+Green+Blue) = 79+247+220=546 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.47% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #4FF7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF7DC is #B00823. Grayscale: #C1C1C1. Windows color (decimal): -11536420 or 14481231. OLE color: 14481231.

HSL color Cylindrical-coordinate representation of color #4FF7DC: hue angle of 170.36º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF7DC is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 247 220 -
CMYK 0.68 0 0.11 0.03
HSL 170.36º 0.91% 0.64% -
HSV(B) 170.36º 0.68% 0.97% -
XYZ 49.4 73.35 79.26 -
YUV 193.69 142.84 46.2 -
System Red Green Blue C M Y K H S L
Decimal 79 247 220 0.68 0 0.11 0.03 170.36 0.91 0.64
Hex 4F F7 DC 44 0 B 3 AA 5B 40
Octal 117 367 334 104 0 13 3 252 133 100
Binary 1001111 11110111 11011100 1000100 0 1011 11 10101010 1011011 1000000

Color Harmonies of #4FF7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF7DC

Black with #4FF7DC

Text Example


Text Example

White with #4FF7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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