Html Css Color HEX #54EFED Turquoise Blue

📋 copy color: '#54EFED'

red 84 ◦ green 239 ◦ blue 237

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

Shades of Turquoise Blue #54EFED

Tints of Turquoise Blue #54EFED

RGB

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

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

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

R = 15%
G = 42.68%
B = 42.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#54EFED (or 0x54EFED) is known color: Turquoise Blue. HEX triplet: 54, EF and ED. RGB value is (84,239,237). Sum of RGB (Red+Green+Blue) = 84+239+237=560 (74% of max value = 765). Red value is 84 (33.20% from 255 or 15% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFED is #AB1012. Grayscale: #C0C0C0. Windows color (decimal): -11210771 or 15593300. OLE color: 15593300.

HSL color Cylindrical-coordinate representation of color #54EFED: hue angle of 179.23º 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 #54EFED is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 84 239 237 -
CMYK 0.65 0 0.01 0.06
HSL 179.23º 0.83% 0.63% -
HSV(B) 179.23º 0.65% 0.94% -
XYZ 49.81 69.73 90.96 -
YUV 192.43 153.15 50.66 -
System Red Green Blue C M Y K H S L
Decimal 84 239 237 0.65 0 0.01 0.06 179.23 0.83 0.63
Hex 54 EF ED 41 0 1 6 B3 53 3F
Octal 124 357 355 101 0 1 6 263 123 77
Binary 1010100 11101111 11101101 1000001 0 1 110 10110011 1010011 111111

Color Harmonies of #54EFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFED

Black with #54EFED

Text Example


Text Example

White with #54EFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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