Html Css Color HEX #54ECED Turquoise Blue

📋 copy color: '#54ECED'

red 84 ◦ green 236 ◦ blue 237

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

Shades of Turquoise Blue #54ECED

Tints of Turquoise Blue #54ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.37%

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 15.08%
G = 42.37%
B = 42.55%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#54ECED (or 0x54ECED) is known color: Turquoise Blue. HEX triplet: 54, EC and ED. RGB value is (84,236,237). Sum of RGB (Red+Green+Blue) = 84+236+237=557 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.08% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #54ECED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54ECED is #AB1312. Grayscale: #BEBEBE. Windows color (decimal): -11211539 or 15592532. OLE color: 15592532.

HSL color Cylindrical-coordinate representation of color #54ECED: hue angle of 180.39º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ECED is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 236 237 -
CMYK 0.65 0.00 0 0.07
HSL 180.39º 0.81% 0.63% -
HSV(B) 180.39º 0.65% 0.93% -
XYZ 48.94 67.99 90.66 -
YUV 190.67 154.14 51.92 -
System Red Green Blue C M Y K H S L
Decimal 84 236 237 0.65 0.00 0 0.07 180.39 0.81 0.63
Hex 54 EC ED 41 0 0 7 B4 51 3F
Octal 124 354 355 101 0 0 7 264 121 77
Binary 1010100 11101100 11101101 1000001 0 0 111 10110100 1010001 111111

Color Harmonies of #54ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ECED

Black with #54ECED

Text Example


Text Example

White with #54ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,236,237); }

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

background-color css

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

 a { background-color: rgb(84,236,237); }

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

border-color css

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

 span { border-color: rgb(84,236,237); }

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