#4cefe1

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

Shades of Turquoise #4CEFE1

Tints of Turquoise #4CEFE1

Color information

#4CEFE1 (or 0x4CEFE1) is unknown color: approx Turquoise. HEX triplet: 4C, EF and E1. RGB value is (76,239,225). Sum of RGB (Red+Green+Blue) = 76+239+225=540 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.07% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFE1 is #B3101E. Grayscale: #BCBCBC. Windows color (decimal): -11735071 or 14806860. OLE color: 14806860.

HSL color Cylindrical-coordinate representation of color #4CEFE1: hue angle of 174.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFE1 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB76239225-
CMYK0.6800.060.06
HSL174.85º83.59%61.76%-
HSV(B)174.85º68.2%93.73%-
XYZ47.4468.7182-
YUV188.67148.547.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.07%
GREEN value IS 239 (93.75% from 255) = 44.26%
BLUE value IS 225 (88.28% from 255) = 41.67%
R=14.07%
G=44.26%
B=41.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal762392250.6800.060.06174.8583.5961.76
Hex4CEFE144066af543e
Octal11435734110406625712476
Binary1001100111011111110000110001000110110101011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cefe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,239,225); }

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

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

 a { background-color: rgb(76,239,225); }

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

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

 span { border-color: rgb(76,239,225); }

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