#54CCF5

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

Shades of Turquoise Blue #54CCF5

Tints of Turquoise Blue #54CCF5

Color information

#54CCF5 (or 0x54CCF5) is unknown color: approx Turquoise Blue. HEX triplet: 54, CC and F5. RGB value is (84,204,245). Sum of RGB (Red+Green+Blue) = 84+204+245=533 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.76% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #54CCF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCF5 is #AB330A. Grayscale: #ACACAC. Windows color (decimal): -11219723 or 16108628. OLE color: 16108628.

HSL color Cylindrical-coordinate representation of color #54CCF5: hue angle of 195.28º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CCF5 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84204245-
CMYK0.660.1700.04
HSL195.28º88.95%64.51%-
HSV(B)195.28º65.71%96.08%-
XYZ41.7351.6694.16-
YUV172.79168.7464.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.76%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=15.76%
G=38.27%
B=45.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842042450.660.1700.04195.2888.9564.51
Hex54CCF5421104c35941
Octal1243143651022104303131101
Binary1010100110011001111010110000101000101001100001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54CCF5; }

 p { color: rgb(84,204,245); }

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

<style>
 a { background-color: #54CCF5; }

 a { background-color: rgb(84,204,245); }

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

<style>
 span { border-color: #54CCF5; }

 span { border-color: rgb(84,204,245); }

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