Html Css Color HEX #4CFECD Turquoise

📋 copy color: '#4CFECD'

red 76 ◦ green 254 ◦ blue 205

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

Shades of Turquoise #4CFECD

Tints of Turquoise #4CFECD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.48%

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 14.21%
G = 47.48%
B = 38.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#4CFECD (or 0x4CFECD) is known color: Turquoise. HEX triplet: 4C, FE and CD. RGB value is (76,254,205). Sum of RGB (Red+Green+Blue) = 76+254+205=535 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.21% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFECD is #B30132. Grayscale: #C3C3C3. Windows color (decimal): -11731251 or 13499980. OLE color: 13499980.

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

Color convert

RGB 76 254 205 -
CMYK 0.70 0 0.19 0.00
HSL 163.48º 0.99% 0.65% -
HSV(B) 163.48º 0.7% 1% -
XYZ 49.44 76.83 69.98 -
YUV 195.19 133.53 42.98 -
System Red Green Blue C M Y K H S L
Decimal 76 254 205 0.70 0 0.19 0.00 163.48 0.99 0.65
Hex 4C FE CD 46 0 13 0 A3 63 41
Octal 114 376 315 106 0 23 0 243 143 101
Binary 1001100 11111110 11001101 1000110 0 10011 0 10100011 1100011 1000001

Color Harmonies of #4CFECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFECD

Black with #4CFECD

Text Example


Text Example

White with #4CFECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,254,205); }

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

background-color css

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

 a { background-color: rgb(76,254,205); }

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

border-color css

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

 span { border-color: rgb(76,254,205); }

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