Html Css Color HEX #4CFDD9 Turquoise

📋 copy color: '#4CFDD9'

red 76 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #4CFDD9

Tints of Turquoise #4CFDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.74%

R = 13.92%
G = 46.34%
B = 39.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#4CFDD9 (or 0x4CFDD9) is known color: Turquoise. HEX triplet: 4C, FD and D9. RGB value is (76,253,217). Sum of RGB (Red+Green+Blue) = 76+253+217=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDD9 is #B30226. Grayscale: #C3C3C3. Windows color (decimal): -11731495 or 14286156. OLE color: 14286156.

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

Color convert

RGB 76 253 217 -
CMYK 0.70 0 0.14 0.01
HSL 167.8º 0.98% 0.65% -
HSV(B) 167.8º 0.7% 0.99% -
XYZ 50.63 76.8 77.8 -
YUV 195.97 139.86 42.43 -
System Red Green Blue C M Y K H S L
Decimal 76 253 217 0.70 0 0.14 0.01 167.8 0.98 0.65
Hex 4C FD D9 46 0 E 1 A8 62 41
Octal 114 375 331 106 0 16 1 250 142 101
Binary 1001100 11111101 11011001 1000110 0 1110 1 10101000 1100010 1000001

Color Harmonies of #4CFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDD9

Black with #4CFDD9

Text Example


Text Example

White with #4CFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,253,217); }

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

background-color css

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

 a { background-color: rgb(76,253,217); }

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

border-color css

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

 span { border-color: rgb(76,253,217); }

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