Html Css Color HEX #54D9E9 Turquoise Blue

📋 copy color: '#54D9E9'

red 84 ◦ green 217 ◦ blue 233

#54D9E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #54D9E9

Tints of Turquoise Blue #54D9E9

RGB

 RED value IS 84 (33.2% from 255) = 15.73%

 GREEN value IS 217 (85.16% from 255) = 40.64%

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 15.73%
G = 40.64%
B = 43.63%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54D9E9 (or 0x54D9E9) is known color: Turquoise Blue. HEX triplet: 54, D9 and E9. RGB value is (84,217,233). Sum of RGB (Red+Green+Blue) = 84+217+233=534 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.73% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #54D9E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D9E9 is #AB2616. Grayscale: #B2B2B2. Windows color (decimal): -11216407 or 15325524. OLE color: 15325524.

HSL color Cylindrical-coordinate representation of color #54D9E9: hue angle of 186.44º degrees, saturation: 0.77, 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 #54D9E9 is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 217 233 -
CMYK 0.64 0.07 0 0.09
HSL 186.44º 0.77% 0.62% -
HSV(B) 186.44º 0.64% 0.91% -
XYZ 43.18 57.39 85.89 -
YUV 179.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 84 217 233 0.64 0.07 0 0.09 186.44 0.77 0.62
Hex 54 D9 E9 40 7 0 9 BA 4D 3E
Octal 124 331 351 100 7 0 11 272 115 76
Binary 1010100 11011001 11101001 1000000 111 0 1001 10111010 1001101 111110

Color Harmonies of #54D9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D9E9

Black with #54D9E9

Text Example


Text Example

White with #54D9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,217,233); }

 H1.HeaderClassName
 {
   color: #54D9E9;
 }
 .AnyTagClassName
 {
   color: #54D9E9;
 }
</style>

background-color css

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

 a { background-color: rgb(84,217,233); }

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

border-color css

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

 span { border-color: rgb(84,217,233); }

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