#4CCFF5

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

Shades of Turquoise Blue #4CCFF5

Tints of Turquoise Blue #4CCFF5

Color information

#4CCFF5 (or 0x4CCFF5) is unknown color: approx Turquoise Blue. HEX triplet: 4C, CF and F5. RGB value is (76,207,245). Sum of RGB (Red+Green+Blue) = 76+207+245=528 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.39% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 245 (96.09% from 255 or 46.40% from 528); Max value from RGB is 245 - color contains mainly: blue. Hex color #4CCFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCFF5 is #B3300A. Grayscale: #ABABAB. Windows color (decimal): -11743243 or 16109388. OLE color: 16109388.

HSL color Cylindrical-coordinate representation of color #4CCFF5: hue angle of 193.49º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CCFF5 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB76207245-
CMYK0.690.1600.04
HSL193.49º89.42%62.94%-
HSV(B)193.49º68.98%96.08%-
XYZ41.7752.7594.37-
YUV172.16169.159.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.39%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 245 (96.09% from 255) = 46.40%
R=14.39%
G=39.20%
B=46.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal762072450.690.1600.04193.4989.4262.94
Hex4CCFF5451004c1593f
Octal114317365105200430113177
Binary100110011001111111101011000101100000100110000011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,207,245); }

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

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

 a { background-color: rgb(76,207,245); }

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

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

 span { border-color: rgb(76,207,245); }

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