Html Css Color HEX #54F0EB Turquoise Blue

📋 copy color: '#54F0EB'

red 84 ◦ green 240 ◦ blue 235

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

Shades of Turquoise Blue #54F0EB

Tints of Turquoise Blue #54F0EB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.93%

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

R = 15.03%
G = 42.93%
B = 42.04%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#54F0EB (or 0x54F0EB) is known color: Turquoise Blue. HEX triplet: 54, F0 and EB. RGB value is (84,240,235). Sum of RGB (Red+Green+Blue) = 84+240+235=559 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15.03% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #54F0EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F0EB is #AB0F14. Grayscale: #C0C0C0. Windows color (decimal): -11210517 or 15462484. OLE color: 15462484.

HSL color Cylindrical-coordinate representation of color #54F0EB: hue angle of 178.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F0EB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 240 235 -
CMYK 0.65 0 0.02 0.06
HSL 178.08º 0.84% 0.64% -
HSV(B) 178.08º 0.65% 0.94% -
XYZ 49.81 70.2 89.52 -
YUV 192.79 151.82 50.41 -
System Red Green Blue C M Y K H S L
Decimal 84 240 235 0.65 0 0.02 0.06 178.08 0.84 0.64
Hex 54 F0 EB 41 0 2 6 B2 54 40
Octal 124 360 353 101 0 2 6 262 124 100
Binary 1010100 11110000 11101011 1000001 0 10 110 10110010 1010100 1000000

Color Harmonies of #54F0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F0EB

Black with #54F0EB

Text Example


Text Example

White with #54F0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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