#54d4f2

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

Shades of Turquoise Blue #54D4F2

Tints of Turquoise Blue #54D4F2

Color information

#54D4F2 (or 0x54D4F2) is unknown color: approx Turquoise Blue. HEX triplet: 54, D4 and F2. RGB value is (84,212,242). Sum of RGB (Red+Green+Blue) = 84+212+242=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 242 - color contains mainly: blue. Hex color #54D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D4F2 is #AB2B0D. Grayscale: #B0B0B0. Windows color (decimal): -11217678 or 15914068. OLE color: 15914068.

HSL color Cylindrical-coordinate representation of color #54D4F2: hue angle of 191.39º degrees, saturation: 0.86, 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 #54D4F2 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84212242-
CMYK0.650.1200.05
HSL191.39º85.87%63.92%-
HSV(B)191.39º65.29%94.9%-
XYZ43.2355.3892.42-
YUV177.15164.5961.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.61%
GREEN value IS 212 (83.20% from 255) = 39.41%
BLUE value IS 242 (94.92% from 255) = 44.98%
R=15.61%
G=39.41%
B=44.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842122420.650.1200.05191.3985.8763.92
Hex54D4F241C05bf5640
Octal1243243621011405277126100
Binary101010011010100111100101000001110001011011111110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54d4f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,212,242); }

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

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

 a { background-color: rgb(84,212,242); }

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

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

 span { border-color: rgb(84,212,242); }

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