Html Css Color HEX #54E8EB Turquoise Blue

📋 copy color: '#54E8EB'

red 84 ◦ green 232 ◦ blue 235

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

Shades of Turquoise Blue #54E8EB

Tints of Turquoise Blue #54E8EB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.11%

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 15.25%
G = 42.11%
B = 42.65%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54E8EB (or 0x54E8EB) is known color: Turquoise Blue. HEX triplet: 54, E8 and EB. RGB value is (84,232,235). Sum of RGB (Red+Green+Blue) = 84+232+235=551 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.25% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #54E8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E8EB is #AB1714. Grayscale: #BBBBBB. Windows color (decimal): -11212565 or 15460436. OLE color: 15460436.

HSL color Cylindrical-coordinate representation of color #54E8EB: hue angle of 181.19º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E8EB is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 232 235 -
CMYK 0.64 0.01 0 0.08
HSL 181.19º 0.79% 0.63% -
HSV(B) 181.19º 0.64% 0.92% -
XYZ 47.51 65.6 88.75 -
YUV 188.09 154.47 53.76 -
System Red Green Blue C M Y K H S L
Decimal 84 232 235 0.64 0.01 0 0.08 181.19 0.79 0.63
Hex 54 E8 EB 40 1 0 8 B5 4F 3F
Octal 124 350 353 100 1 0 10 265 117 77
Binary 1010100 11101000 11101011 1000000 1 0 1000 10110101 1001111 111111

Color Harmonies of #54E8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E8EB

Black with #54E8EB

Text Example


Text Example

White with #54E8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,232,235); }

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

background-color css

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

 a { background-color: rgb(84,232,235); }

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

border-color css

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

 span { border-color: rgb(84,232,235); }

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