#4CD3FE

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

Shades of Turquoise Blue #4CD3FE

Tints of Turquoise Blue #4CD3FE

Color information

#4CD3FE (or 0x4CD3FE) is unknown color: approx Turquoise Blue. HEX triplet: 4C, D3 and FE. RGB value is (76,211,254). Sum of RGB (Red+Green+Blue) = 76+211+254=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #4CD3FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CD3FE is #B32C01. Grayscale: #AFAFAF. Windows color (decimal): -11742210 or 16700236. OLE color: 16700236.

HSL color Cylindrical-coordinate representation of color #4CD3FE: hue angle of 194.49º 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 #4CD3FE is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76211254-
CMYK0.700.1700.00
HSL194.49º98.89%64.71%-
HSV(B)194.49º70.08%99.61%-
XYZ44.1655.28102.11-
YUV175.54172.2757-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.05%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=14.05%
G=39.00%
B=46.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal762112540.700.1700.00194.4998.8964.71
Hex4CD3FE461100c26341
Octal1143233761062100302143101
Binary10011001101001111111110100011010001001100001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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