#4BCCF3

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

Shades of Turquoise Blue #4BCCF3

Tints of Turquoise Blue #4BCCF3

Color information

#4BCCF3 (or 0x4BCCF3) is unknown color: approx Turquoise Blue. HEX triplet: 4B, CC and F3. RGB value is (75,204,243). Sum of RGB (Red+Green+Blue) = 75+204+243=522 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.37% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BCCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCCF3 is #B4330C. Grayscale: #A9A9A9. Windows color (decimal): -11809549 or 15977547. OLE color: 15977547.

HSL color Cylindrical-coordinate representation of color #4BCCF3: hue angle of 193.93º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BCCF3 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75204243-
CMYK0.690.1600.05
HSL193.93º87.5%62.35%-
HSV(B)193.93º69.14%95.29%-
XYZ40.6751.1592.52-
YUV169.88169.2660.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.37%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 243 (95.31% from 255) = 46.55%
R=14.37%
G=39.08%
B=46.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752042430.690.1600.05193.9387.562.35
Hex4BCCF3451005c2583e
Octal113314363105200530213076
Binary100101111001100111100111000101100000101110000101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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