#54CBE7

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

Shades of Turquoise Blue #54CBE7

Tints of Turquoise Blue #54CBE7

Color information

#54CBE7 (or 0x54CBE7) is unknown color: approx Turquoise Blue. HEX triplet: 54, CB and E7. RGB value is (84,203,231). Sum of RGB (Red+Green+Blue) = 84+203+231=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #54CBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBE7 is #AB3418. Grayscale: #AAAAAA. Windows color (decimal): -11219993 or 15190868. OLE color: 15190868.

HSL color Cylindrical-coordinate representation of color #54CBE7: hue angle of 191.43º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CBE7 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84203231-
CMYK0.640.1200.09
HSL191.43º75.38%61.76%-
HSV(B)191.43º63.64%90.59%-
XYZ39.4450.3783.24-
YUV170.61162.0866.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.22%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 231 (90.62% from 255) = 44.59%
R=16.22%
G=39.19%
B=44.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842032310.640.1200.09191.4375.3861.76
Hex54CBE740C09bf4b3e
Octal1243133471001401127711376
Binary101010011001011111001111000000110001001101111111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,203,231); }

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

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

 a { background-color: rgb(84,203,231); }

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

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

 span { border-color: rgb(84,203,231); }

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