#4CEBF4

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

Shades of Turquoise Blue #4CEBF4

Tints of Turquoise Blue #4CEBF4

Color information

#4CEBF4 (or 0x4CEBF4) is unknown color: approx Turquoise Blue. HEX triplet: 4C, EB and F4. RGB value is (76,235,244). Sum of RGB (Red+Green+Blue) = 76+235+244=555 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.69% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #4CEBF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CEBF4 is #B3140B. Grayscale: #BCBCBC. Windows color (decimal): -11736076 or 16051020. OLE color: 16051020.

HSL color Cylindrical-coordinate representation of color #4CEBF4: hue angle of 183.21º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CEBF4 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76235244-
CMYK0.690.0400.04
HSL183.21º88.42%62.75%-
HSV(B)183.21º68.85%95.69%-
XYZ49.0267.4896.03-
YUV188.48159.3247.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.69%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 244 (95.70% from 255) = 43.96%
R=13.69%
G=42.34%
B=43.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762352440.690.0400.04183.2188.4262.75
Hex4CEBF445404b7583f
Octal11435336410540426713077
Binary1001100111010111111010010001011000100101101111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,235,244); }

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

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

 a { background-color: rgb(76,235,244); }

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

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

 span { border-color: rgb(76,235,244); }

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