Html Css Color HEX #54D6E9 Turquoise Blue

📋 copy color: '#54D6E9'

red 84 ◦ green 214 ◦ blue 233

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

Shades of Turquoise Blue #54D6E9

Tints of Turquoise Blue #54D6E9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.3%

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

R = 15.82%
G = 40.3%
B = 43.88%

CMYK

 C value IS 0.64

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54D6E9 (or 0x54D6E9) is known color: Turquoise Blue. HEX triplet: 54, D6 and E9. RGB value is (84,214,233). Sum of RGB (Red+Green+Blue) = 84+214+233=531 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.82% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #54D6E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54D6E9 is #AB2916. Grayscale: #B1B1B1. Windows color (decimal): -11217175 or 15324756. OLE color: 15324756.

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

Color convert

RGB 84 214 233 -
CMYK 0.64 0.08 0 0.09
HSL 187.65º 0.77% 0.62% -
HSV(B) 187.65º 0.64% 0.91% -
XYZ 42.41 55.86 85.64 -
YUV 177.3 159.43 61.46 -
System Red Green Blue C M Y K H S L
Decimal 84 214 233 0.64 0.08 0 0.09 187.65 0.77 0.62
Hex 54 D6 E9 40 8 0 9 BC 4D 3E
Octal 124 326 351 100 10 0 11 274 115 76
Binary 1010100 11010110 11101001 1000000 1000 0 1001 10111100 1001101 111110

Color Harmonies of #54D6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D6E9

Black with #54D6E9

Text Example


Text Example

White with #54D6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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