Html Css Color HEX #4FFDDC Turquoise

📋 copy color: '#4FFDDC'

red 79 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #4FFDDC

Tints of Turquoise #4FFDDC

RGB

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

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

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

R = 14.31%
G = 45.83%
B = 39.86%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4FFDDC (or 0x4FFDDC) is known color: Turquoise. HEX triplet: 4F, FD and DC. RGB value is (79,253,220). Sum of RGB (Red+Green+Blue) = 79+253+220=552 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.31% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDDC is #B00223. Grayscale: #C5C5C5. Windows color (decimal): -11534884 or 14482767. OLE color: 14482767.

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

Color convert

RGB 79 253 220 -
CMYK 0.69 0 0.13 0.01
HSL 168.62º 0.98% 0.65% -
HSV(B) 168.62º 0.69% 0.99% -
XYZ 51.27 77.08 79.89 -
YUV 197.21 140.85 43.68 -
System Red Green Blue C M Y K H S L
Decimal 79 253 220 0.69 0 0.13 0.01 168.62 0.98 0.65
Hex 4F FD DC 45 0 D 1 A9 62 41
Octal 117 375 334 105 0 15 1 251 142 101
Binary 1001111 11111101 11011100 1000101 0 1101 1 10101001 1100010 1000001

Color Harmonies of #4FFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFDDC

Black with #4FFDDC

Text Example


Text Example

White with #4FFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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