Html Css Color HEX #54EFEB Turquoise Blue

📋 copy color: '#54EFEB'

red 84 ◦ green 239 ◦ blue 235

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

Shades of Turquoise Blue #54EFEB

Tints of Turquoise Blue #54EFEB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

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

R = 15.05%
G = 42.83%
B = 42.11%

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

#54EFEB (or 0x54EFEB) is known color: Turquoise Blue. HEX triplet: 54, EF and EB. RGB value is (84,239,235). Sum of RGB (Red+Green+Blue) = 84+239+235=558 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.05% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 235 (92.19% from 255 or 42.11% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFEB is #AB1014. Grayscale: #C0C0C0. Windows color (decimal): -11210773 or 15462228. OLE color: 15462228.

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

Color convert

RGB 84 239 235 -
CMYK 0.65 0 0.02 0.06
HSL 178.45º 0.83% 0.63% -
HSV(B) 178.45º 0.65% 0.94% -
XYZ 49.52 69.62 89.42 -
YUV 192.2 152.15 50.83 -
System Red Green Blue C M Y K H S L
Decimal 84 239 235 0.65 0 0.02 0.06 178.45 0.83 0.63
Hex 54 EF EB 41 0 2 6 B2 53 3F
Octal 124 357 353 101 0 2 6 262 123 77
Binary 1010100 11101111 11101011 1000001 0 10 110 10110010 1010011 111111

Color Harmonies of #54EFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFEB

Black with #54EFEB

Text Example


Text Example

White with #54EFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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