#54E3FF

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

Shades of Turquoise Blue #54E3FF

Tints of Turquoise Blue #54E3FF

Color information

#54E3FF (or 0x54E3FF) is unknown color: approx Turquoise Blue. HEX triplet: 54, E3 and FF. RGB value is (84,227,255). Sum of RGB (Red+Green+Blue) = 84+227+255=566 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.84% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #54E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E3FF is #AB1C00. Grayscale: #BBBBBB. Windows color (decimal): -11213825 or 16769876. OLE color: 16769876.

HSL color Cylindrical-coordinate representation of color #54E3FF: hue angle of 189.82º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54E3FF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84227255-
CMYK0.670.1100
HSL189.82º100%66.47%-
HSV(B)189.82º67.06%100%-
XYZ49.1864.04104.38-
YUV187.44166.1254.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.84%
GREEN value IS 227 (89.06% from 255) = 40.11%
BLUE value IS 255 (100% from 255) = 45.05%
R=14.84%
G=40.11%
B=45.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842272550.670.1100189.8210066.47
Hex54E3FF43B00be6442
Octal1243433771031300276144102
Binary1010100111000111111111110000111011001011111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,227,255); }

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

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

 a { background-color: rgb(84,227,255); }

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

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

 span { border-color: rgb(84,227,255); }

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