#54E2FF

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

Shades of Turquoise Blue #54E2FF

Tints of Turquoise Blue #54E2FF

Color information

#54E2FF (or 0x54E2FF) is unknown color: approx Turquoise Blue. HEX triplet: 54, E2 and FF. RGB value is (84,226,255). Sum of RGB (Red+Green+Blue) = 84+226+255=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #54E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2FF is #AB1D00. Grayscale: #BABABA. Windows color (decimal): -11214081 or 16769620. OLE color: 16769620.

HSL color Cylindrical-coordinate representation of color #54E2FF: hue angle of 190.18º 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 #54E2FF is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB84226255-
CMYK0.670.1100
HSL190.18º100%66.47%-
HSV(B)190.18º67.06%100%-
XYZ48.963.5104.29-
YUV186.85166.4654.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.87%
GREEN value IS 226 (88.67% from 255) = 40%
BLUE value IS 255 (100% from 255) = 45.13%
R=14.87%
G=40%
B=45.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal842262550.670.1100190.1810066.47
Hex54E2FF43B00be6442
Octal1243423771031300276144102
Binary1010100111000101111111110000111011001011111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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