#4CD8FE

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

Shades of Turquoise Blue #4CD8FE

Tints of Turquoise Blue #4CD8FE

Color information

#4CD8FE (or 0x4CD8FE) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D8 and FE. RGB value is (76,216,254). Sum of RGB (Red+Green+Blue) = 76+216+254=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CD8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD8FE is #B32701. Grayscale: #B2B2B2. Windows color (decimal): -11740930 or 16701516. OLE color: 16701516.

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

Color convert

RGB76216254-
CMYK0.700.1500.00
HSL192.81º98.89%64.71%-
HSV(B)192.81º70.08%99.61%-
XYZ45.4357.8102.53-
YUV178.47170.6254.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 13.92%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 254 (99.61% from 255) = 46.52%
R=13.92%
G=39.56%
B=46.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762162540.700.1500.00192.8198.8964.71
Hex4CD8FE46F00c16341
Octal1143303761061700301143101
Binary1001100110110001111111010001101111001100000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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