Html Css Color HEX #54E6F9 Turquoise Blue

📋 copy color: '#54E6F9'

red 84 ◦ green 230 ◦ blue 249

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

Shades of Turquoise Blue #54E6F9

Tints of Turquoise Blue #54E6F9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.85%

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 14.92%
G = 40.85%
B = 44.23%

CMYK

 C value IS 0.66

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54E6F9 (or 0x54E6F9) is known color: Turquoise Blue. HEX triplet: 54, E6 and F9. RGB value is (84,230,249). Sum of RGB (Red+Green+Blue) = 84+230+249=563 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.92% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #54E6F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E6F9 is #AB1906. Grayscale: #BCBCBC. Windows color (decimal): -11213063 or 16377428. OLE color: 16377428.

HSL color Cylindrical-coordinate representation of color #54E6F9: hue angle of 186.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54E6F9 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 230 249 -
CMYK 0.66 0.08 0 0.02
HSL 186.91º 0.93% 0.65% -
HSV(B) 186.91º 0.66% 0.98% -
XYZ 49.05 65.32 99.64 -
YUV 188.51 162.13 53.46 -
System Red Green Blue C M Y K H S L
Decimal 84 230 249 0.66 0.08 0 0.02 186.91 0.93 0.65
Hex 54 E6 F9 42 8 0 2 BB 5D 41
Octal 124 346 371 102 10 0 2 273 135 101
Binary 1010100 11100110 11111001 1000010 1000 0 10 10111011 1011101 1000001

Color Harmonies of #54E6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E6F9

Black with #54E6F9

Text Example


Text Example

White with #54E6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,230,249); }

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

background-color css

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

 a { background-color: rgb(84,230,249); }

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

border-color css

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

 span { border-color: rgb(84,230,249); }

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