Html Css Color HEX #4CFFD1 Turquoise

📋 copy color: '#4CFFD1'

red 76 ◦ green 255 ◦ blue 209

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

Shades of Turquoise #4CFFD1

Tints of Turquoise #4CFFD1

RGB

 RED value IS 76 (30.08% from 255) = 14.07%

 GREEN value IS 255 (100% from 255) = 47.22%

 BLUE value IS 209 (82.03% from 255) = 38.7%

R = 14.07%
G = 47.22%
B = 38.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#4CFFD1 (or 0x4CFFD1) is known color: Turquoise. HEX triplet: 4C, FF and D1. RGB value is (76,255,209). Sum of RGB (Red+Green+Blue) = 76+255+209=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD1 is #B3002E. Grayscale: #C4C4C4. Windows color (decimal): -11730991 or 13762380. OLE color: 13762380.

HSL color Cylindrical-coordinate representation of color #4CFFD1: hue angle of 164.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFD1 is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 209 -
CMYK 0.70 0 0.18 0
HSL 164.58º 1% 0.65% -
HSV(B) 164.58º 0.7% 1% -
XYZ 50.25 77.66 72.66 -
YUV 196.24 135.2 42.24 -
System Red Green Blue C M Y K H S L
Decimal 76 255 209 0.70 0 0.18 0 164.58 1 0.65
Hex 4C FF D1 46 0 12 0 A5 64 41
Octal 114 377 321 106 0 22 0 245 144 101
Binary 1001100 11111111 11010001 1000110 0 10010 0 10100101 1100100 1000001

Color Harmonies of #4CFFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFD1

Black with #4CFFD1

Text Example


Text Example

White with #4CFFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,255,209); }

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

background-color css

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

 a { background-color: rgb(76,255,209); }

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

border-color css

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

 span { border-color: rgb(76,255,209); }

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