#4BCCEE

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

Shades of Turquoise Blue #4BCCEE

Tints of Turquoise Blue #4BCCEE

Color information

#4BCCEE (or 0x4BCCEE) is unknown color: approx Turquoise Blue. HEX triplet: 4B, CC and EE. RGB value is (75,204,238). Sum of RGB (Red+Green+Blue) = 75+204+238=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #4BCCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCEE is #B43311. Grayscale: #A9A9A9. Windows color (decimal): -11809554 or 15649867. OLE color: 15649867.

HSL color Cylindrical-coordinate representation of color #4BCCEE: hue angle of 192.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCCEE is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75204238-
CMYK0.680.1400.07
HSL192.52º82.74%61.37%-
HSV(B)192.52º68.49%93.33%-
XYZ39.9350.8588.6-
YUV169.3166.7660.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.51%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 238 (93.36% from 255) = 46.03%
R=14.51%
G=39.46%
B=46.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal752042380.680.1400.07192.5282.7461.37
Hex4BCCEE44E07c1533d
Octal113314356104160730112375
Binary10010111100110011101110100010011100111110000011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,204,238); }

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

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

 a { background-color: rgb(75,204,238); }

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

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

 span { border-color: rgb(75,204,238); }

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