Html Css Color HEX #4CFEDE Turquoise

📋 copy color: '#4CFEDE'

red 76 ◦ green 254 ◦ blue 222

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

Shades of Turquoise #4CFEDE

Tints of Turquoise #4CFEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 13.77%
G = 46.01%
B = 40.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#4CFEDE (or 0x4CFEDE) is known color: Turquoise. HEX triplet: 4C, FE and DE. RGB value is (76,254,222). Sum of RGB (Red+Green+Blue) = 76+254+222=552 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.77% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #4CFEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFEDE is #B30121. Grayscale: #C5C5C5. Windows color (decimal): -11731234 or 14614092. OLE color: 14614092.

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

Color convert

RGB 76 254 222 -
CMYK 0.70 0 0.13 0.00
HSL 169.21º 0.99% 0.65% -
HSV(B) 169.21º 0.7% 1% -
XYZ 51.61 77.69 81.38 -
YUV 197.13 142.03 41.6 -
System Red Green Blue C M Y K H S L
Decimal 76 254 222 0.70 0 0.13 0.00 169.21 0.99 0.65
Hex 4C FE DE 46 0 D 0 A9 63 41
Octal 114 376 336 106 0 15 0 251 143 101
Binary 1001100 11111110 11011110 1000110 0 1101 0 10101001 1100011 1000001

Color Harmonies of #4CFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFEDE

Black with #4CFEDE

Text Example


Text Example

White with #4CFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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