#4CE0F9

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

Shades of Turquoise Blue #4CE0F9

Tints of Turquoise Blue #4CE0F9

Color information

#4CE0F9 (or 0x4CE0F9) is unknown color: approx Turquoise Blue. HEX triplet: 4C, E0 and F9. RGB value is (76,224,249). Sum of RGB (Red+Green+Blue) = 76+224+249=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #4CE0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CE0F9 is #B31F06. Grayscale: #B6B6B6. Windows color (decimal): -11738887 or 16375884. OLE color: 16375884.

HSL color Cylindrical-coordinate representation of color #4CE0F9: hue angle of 188.67º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CE0F9 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB76224249-
CMYK0.690.1000.02
HSL188.67º93.51%63.73%-
HSV(B)188.67º69.48%97.65%-
XYZ46.7461.6999.07-
YUV182.6165.4751.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.84%
GREEN value IS 224 (87.89% from 255) = 40.80%
BLUE value IS 249 (97.66% from 255) = 45.36%
R=13.84%
G=40.80%
B=45.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal762242490.690.1000.02188.6793.5163.73
Hex4CE0F945A02bd5e40
Octal1143403711051202275136100
Binary10011001110000011111001100010110100101011110110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,224,249); }

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

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

 a { background-color: rgb(76,224,249); }

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

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

 span { border-color: rgb(76,224,249); }

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