Html Css Color HEX #4CFDCC Turquoise

📋 copy color: '#4CFDCC'

red 76 ◦ green 253 ◦ blue 204

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

Shades of Turquoise #4CFDCC

Tints of Turquoise #4CFDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 14.26%
G = 47.47%
B = 38.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4CFDCC (or 0x4CFDCC) is known color: Turquoise. HEX triplet: 4C, FD and CC. RGB value is (76,253,204). Sum of RGB (Red+Green+Blue) = 76+253+204=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDCC is #B30233. Grayscale: #C2C2C2. Windows color (decimal): -11731508 or 13434188. OLE color: 13434188.

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

Color convert

RGB 76 253 204 -
CMYK 0.70 0 0.19 0.01
HSL 163.39º 0.98% 0.65% -
HSV(B) 163.39º 0.7% 0.99% -
XYZ 49 76.15 69.24 -
YUV 194.49 133.36 43.48 -
System Red Green Blue C M Y K H S L
Decimal 76 253 204 0.70 0 0.19 0.01 163.39 0.98 0.65
Hex 4C FD CC 46 0 13 1 A3 62 41
Octal 114 375 314 106 0 23 1 243 142 101
Binary 1001100 11111101 11001100 1000110 0 10011 1 10100011 1100010 1000001

Color Harmonies of #4CFDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFDCC

Black with #4CFDCC

Text Example


Text Example

White with #4CFDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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