Html Css Color HEX #54E7EB Turquoise Blue

📋 copy color: '#54E7EB'

red 84 ◦ green 231 ◦ blue 235

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

Shades of Turquoise Blue #54E7EB

Tints of Turquoise Blue #54E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42%

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

R = 15.27%
G = 42%
B = 42.73%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54E7EB (or 0x54E7EB) is known color: Turquoise Blue. HEX triplet: 54, E7 and EB. RGB value is (84,231,235). Sum of RGB (Red+Green+Blue) = 84+231+235=550 (72% of max value = 765). Red value is 84 (33.20% from 255 or 15.27% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #54E7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54E7EB is #AB1814. Grayscale: #BBBBBB. Windows color (decimal): -11212821 or 15460180. OLE color: 15460180.

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

Color convert

RGB 84 231 235 -
CMYK 0.64 0.02 0 0.08
HSL 181.59º 0.79% 0.63% -
HSV(B) 181.59º 0.64% 0.92% -
XYZ 47.23 65.03 88.66 -
YUV 187.5 154.8 54.17 -
System Red Green Blue C M Y K H S L
Decimal 84 231 235 0.64 0.02 0 0.08 181.59 0.79 0.63
Hex 54 E7 EB 40 2 0 8 B6 4F 3F
Octal 124 347 353 100 2 0 10 266 117 77
Binary 1010100 11100111 11101011 1000000 10 0 1000 10110110 1001111 111111

Color Harmonies of #54E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E7EB

Black with #54E7EB

Text Example


Text Example

White with #54E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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