Html Css Color HEX #4FFDC7 Turquoise

📋 copy color: '#4FFDC7'

red 79 ◦ green 253 ◦ blue 199

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

Shades of Turquoise #4FFDC7

Tints of Turquoise #4FFDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.48%

R = 14.88%
G = 47.65%
B = 37.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#4FFDC7 (or 0x4FFDC7) is known color: Turquoise. HEX triplet: 4F, FD and C7. RGB value is (79,253,199). Sum of RGB (Red+Green+Blue) = 79+253+199=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDC7 is #B00238. Grayscale: #C2C2C2. Windows color (decimal): -11534905 or 13106511. OLE color: 13106511.

HSL color Cylindrical-coordinate representation of color #4FFDC7: hue angle of 161.38º 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 #4FFDC7 is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 253 199 -
CMYK 0.69 0 0.21 0.01
HSL 161.38º 0.98% 0.65% -
HSV(B) 161.38º 0.69% 0.99% -
XYZ 48.66 76.04 66.14 -
YUV 194.82 130.35 45.39 -
System Red Green Blue C M Y K H S L
Decimal 79 253 199 0.69 0 0.21 0.01 161.38 0.98 0.65
Hex 4F FD C7 45 0 15 1 A1 62 41
Octal 117 375 307 105 0 25 1 241 142 101
Binary 1001111 11111101 11000111 1000101 0 10101 1 10100001 1100010 1000001

Color Harmonies of #4FFDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDC7

Black with #4FFDC7

Text Example


Text Example

White with #4FFDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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