Html Css Color HEX #54EFE9 Turquoise Blue

📋 copy color: '#54EFE9'

red 84 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #54EFE9

Tints of Turquoise Blue #54EFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.91%

R = 15.11%
G = 42.99%
B = 41.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#54EFE9 (or 0x54EFE9) is known color: Turquoise Blue. HEX triplet: 54, EF and E9. RGB value is (84,239,233). Sum of RGB (Red+Green+Blue) = 84+239+233=556 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.11% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #54EFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFE9 is #AB1016. Grayscale: #BFBFBF. Windows color (decimal): -11210775 or 15331156. OLE color: 15331156.

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

Color convert

RGB 84 239 233 -
CMYK 0.65 0 0.03 0.06
HSL 177.68º 0.83% 0.63% -
HSV(B) 177.68º 0.65% 0.94% -
XYZ 49.23 69.5 87.91 -
YUV 191.97 151.15 50.99 -
System Red Green Blue C M Y K H S L
Decimal 84 239 233 0.65 0 0.03 0.06 177.68 0.83 0.63
Hex 54 EF E9 41 0 3 6 B2 53 3F
Octal 124 357 351 101 0 3 6 262 123 77
Binary 1010100 11101111 11101001 1000001 0 11 110 10110010 1010011 111111

Color Harmonies of #54EFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EFE9

Black with #54EFE9

Text Example


Text Example

White with #54EFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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