Html Css Color HEX #4FF7DF Turquoise

📋 copy color: '#4FF7DF'

red 79 ◦ green 247 ◦ blue 223

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

Shades of Turquoise #4FF7DF

Tints of Turquoise #4FF7DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 14.39%
G = 44.99%
B = 40.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#4FF7DF (or 0x4FF7DF) is known color: Turquoise. HEX triplet: 4F, F7 and DF. RGB value is (79,247,223). Sum of RGB (Red+Green+Blue) = 79+247+223=549 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.39% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #4FF7DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF7DF is #B00820. Grayscale: #C1C1C1. Windows color (decimal): -11536417 or 14677839. OLE color: 14677839.

HSL color Cylindrical-coordinate representation of color #4FF7DF: hue angle of 171.43º 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 #4FF7DF is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 79 247 223 -
CMYK 0.68 0 0.10 0.03
HSL 171.43º 0.91% 0.64% -
HSV(B) 171.43º 0.68% 0.97% -
XYZ 49.8 73.51 81.38 -
YUV 194.03 144.34 45.95 -
System Red Green Blue C M Y K H S L
Decimal 79 247 223 0.68 0 0.10 0.03 171.43 0.91 0.64
Hex 4F F7 DF 44 0 A 3 AB 5B 40
Octal 117 367 337 104 0 12 3 253 133 100
Binary 1001111 11110111 11011111 1000100 0 1010 11 10101011 1011011 1000000

Color Harmonies of #4FF7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF7DF

Black with #4FF7DF

Text Example


Text Example

White with #4FF7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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