Html Css Color HEX #54EEE7 Turquoise Blue

📋 copy color: '#54EEE7'

red 84 ◦ green 238 ◦ blue 231

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

Shades of Turquoise Blue #54EEE7

Tints of Turquoise Blue #54EEE7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.04%

 BLUE value IS 231 (90.63% from 255) = 41.77%

R = 15.19%
G = 43.04%
B = 41.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#54EEE7 (or 0x54EEE7) is known color: Turquoise Blue. HEX triplet: 54, EE and E7. RGB value is (84,238,231). Sum of RGB (Red+Green+Blue) = 84+238+231=553 (73% of max value = 765). Red value is 84 (33.20% from 255 or 15.19% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 231 (90.62% from 255 or 41.77% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #54EEE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEE7 is #AB1118. Grayscale: #BFBFBF. Windows color (decimal): -11211033 or 15199828. OLE color: 15199828.

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

Color convert

RGB 84 238 231 -
CMYK 0.65 0 0.03 0.07
HSL 177.27º 0.82% 0.63% -
HSV(B) 177.27º 0.65% 0.93% -
XYZ 48.65 68.8 86.32 -
YUV 191.16 150.48 51.57 -
System Red Green Blue C M Y K H S L
Decimal 84 238 231 0.65 0 0.03 0.07 177.27 0.82 0.63
Hex 54 EE E7 41 0 3 7 B1 52 3F
Octal 124 356 347 101 0 3 7 261 122 77
Binary 1010100 11101110 11100111 1000001 0 11 111 10110001 1010010 111111

Color Harmonies of #54EEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EEE7

Black with #54EEE7

Text Example


Text Example

White with #54EEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,238,231); }

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

background-color css

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

 a { background-color: rgb(84,238,231); }

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

border-color css

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

 span { border-color: rgb(84,238,231); }

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