Html Css Color HEX #4CFFE4 Turquoise

📋 copy color: '#4CFFE4'

red 76 ◦ green 255 ◦ blue 228

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

Shades of Turquoise #4CFFE4

Tints of Turquoise #4CFFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.79%

R = 13.6%
G = 45.62%
B = 40.79%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#4CFFE4 (or 0x4CFFE4) is known color: Turquoise. HEX triplet: 4C, FF and E4. RGB value is (76,255,228). Sum of RGB (Red+Green+Blue) = 76+255+228=559 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.60% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFE4 is #B3001B. Grayscale: #C6C6C6. Windows color (decimal): -11730972 or 15007564. OLE color: 15007564.

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

Color convert

RGB 76 255 228 -
CMYK 0.70 0 0.11 0
HSL 170.95º 1% 0.65% -
HSV(B) 170.95º 0.7% 1% -
XYZ 52.74 78.66 85.8 -
YUV 198.4 144.7 40.7 -
System Red Green Blue C M Y K H S L
Decimal 76 255 228 0.70 0 0.11 0 170.95 1 0.65
Hex 4C FF E4 46 0 B 0 AB 64 41
Octal 114 377 344 106 0 13 0 253 144 101
Binary 1001100 11111111 11100100 1000110 0 1011 0 10101011 1100100 1000001

Color Harmonies of #4CFFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFE4

Black with #4CFFE4

Text Example


Text Example

White with #4CFFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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