Html Css Color HEX #4FF4DC Turquoise

📋 copy color: '#4FF4DC'

red 79 ◦ green 244 ◦ blue 220

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

Shades of Turquoise #4FF4DC

Tints of Turquoise #4FF4DC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.94%

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

R = 14.55%
G = 44.94%
B = 40.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#4FF4DC (or 0x4FF4DC) is known color: Turquoise. HEX triplet: 4F, F4 and DC. RGB value is (79,244,220). Sum of RGB (Red+Green+Blue) = 79+244+220=543 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.55% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #4FF4DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF4DC is #B00B23. Grayscale: #BFBFBF. Windows color (decimal): -11537188 or 14480463. OLE color: 14480463.

HSL color Cylindrical-coordinate representation of color #4FF4DC: hue angle of 171.27º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF4DC is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 79 244 220 -
CMYK 0.68 0 0.10 0.04
HSL 171.27º 0.88% 0.63% -
HSV(B) 171.27º 0.68% 0.96% -
XYZ 48.49 71.53 78.96 -
YUV 191.93 143.84 47.45 -
System Red Green Blue C M Y K H S L
Decimal 79 244 220 0.68 0 0.10 0.04 171.27 0.88 0.63
Hex 4F F4 DC 44 0 A 4 AB 58 3F
Octal 117 364 334 104 0 12 4 253 130 77
Binary 1001111 11110100 11011100 1000100 0 1010 100 10101011 1011000 111111

Color Harmonies of #4FF4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF4DC

Black with #4FF4DC

Text Example


Text Example

White with #4FF4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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