#54CEF5

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

Shades of Turquoise Blue #54CEF5

Tints of Turquoise Blue #54CEF5

Color information

#54CEF5 (or 0x54CEF5) is unknown color: approx Turquoise Blue. HEX triplet: 54, CE and F5. RGB value is (84,206,245). Sum of RGB (Red+Green+Blue) = 84+206+245=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 245 (96.09% from 255 or 45.79% from 535); Max value from RGB is 245 - color contains mainly: blue. Hex color #54CEF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CEF5 is #AB310A. Grayscale: #ADADAD. Windows color (decimal): -11219211 or 16109140. OLE color: 16109140.

HSL color Cylindrical-coordinate representation of color #54CEF5: hue angle of 194.53º 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 #54CEF5 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84206245-
CMYK0.660.1600.04
HSL194.53º88.95%64.51%-
HSV(B)194.53º65.71%96.08%-
XYZ42.2152.6294.32-
YUV173.97168.0863.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 206 (80.86% from 255) = 38.50%
BLUE value IS 245 (96.09% from 255) = 45.79%
R=15.70%
G=38.50%
B=45.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842062450.660.1600.04194.5388.9564.51
Hex54CEF5421004c35941
Octal1243163651022004303131101
Binary1010100110011101111010110000101000001001100001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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