#4CFAE7

Color #4CFAE7 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4CFAE7

Tints of Turquoise #4CFAE7

Color information

#4CFAE7 (or 0x4CFAE7) is unknown color: approx Turquoise. HEX triplet: 4C, FA and E7. RGB value is (76,250,231). Sum of RGB (Red+Green+Blue) = 76+250+231=557 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.64% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFAE7 is #B30518. Grayscale: #C3C3C3. Windows color (decimal): -11732249 or 15202892. OLE color: 15202892.

HSL color Cylindrical-coordinate representation of color #4CFAE7: hue angle of 173.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAE7 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB76250231-
CMYK0.7000.080.02
HSL173.45º94.57%63.92%-
HSV(B)173.45º69.6%98.04%-
XYZ51.5975.6887.49-
YUV195.81147.8542.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.64%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 231 (90.62% from 255) = 41.47%
R=13.64%
G=44.88%
B=41.47%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762502310.7000.080.02173.4594.5763.92
Hex4CFAE746082ad5f40
Octal1143723471060102255137100
Binary10011001111101011100111100011001000101010110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,250,231); }

 H1.HeaderClassName
 {
   color: #4CFAE7;
 }
 .AnyTagClassName
 {
   color: #4CFAE7;
 }
</style>
background-color css

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

 a { background-color: rgb(76,250,231); }

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

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

 span { border-color: rgb(76,250,231); }

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