#54D2F1

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

Shades of Turquoise Blue #54D2F1

Tints of Turquoise Blue #54D2F1

Color information

#54D2F1 (or 0x54D2F1) is unknown color: approx Turquoise Blue. HEX triplet: 54, D2 and F1. RGB value is (84,210,241). Sum of RGB (Red+Green+Blue) = 84+210+241=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #54D2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D2F1 is #AB2D0E. Grayscale: #AFAFAF. Windows color (decimal): -11218191 or 15848020. OLE color: 15848020.

HSL color Cylindrical-coordinate representation of color #54D2F1: hue angle of 191.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54D2F1 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84210241-
CMYK0.650.1300.05
HSL191.85º84.86%63.73%-
HSV(B)191.85º65.15%94.51%-
XYZ42.5854.3391.46-
YUV175.86164.7662.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.70%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 241 (94.53% from 255) = 45.05%
R=15.70%
G=39.25%
B=45.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842102410.650.1300.05191.8584.8663.73
Hex54D2F141D05c05540
Octal1243223611011505300125100
Binary101010011010010111100011000001110101011100000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,210,241); }

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

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

 a { background-color: rgb(84,210,241); }

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

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

 span { border-color: rgb(84,210,241); }

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