#4cd8ff

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

Shades of Turquoise Blue #4CD8FF

Tints of Turquoise Blue #4CD8FF

Color information

#4CD8FF (or 0x4CD8FF) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D8 and FF. RGB value is (76,216,255). Sum of RGB (Red+Green+Blue) = 76+216+255=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CD8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD8FF is #B32700. Grayscale: #B2B2B2. Windows color (decimal): -11740929 or 16767052. OLE color: 16767052.

HSL color Cylindrical-coordinate representation of color #4CD8FF: hue angle of 193.07º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CD8FF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB76216255-
CMYK0.700.1500
HSL193.07º100%64.9%-
HSV(B)193.07º70.2%100%-
XYZ45.5957.87103.37-
YUV178.59171.1254.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.89%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 255 (100% from 255) = 46.62%
R=13.89%
G=39.49%
B=46.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal762162550.700.1500193.0710064.9
Hex4CD8FF46F00c16441
Octal1143303771061700301144101
Binary1001100110110001111111110001101111001100000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd8ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,216,255); }

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

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

 a { background-color: rgb(76,216,255); }

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

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

 span { border-color: rgb(76,216,255); }

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