Html Css Color HEX #54E4E7 Turquoise Blue

📋 copy color: '#54E4E7'

red 84 ◦ green 228 ◦ blue 231

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

Shades of Turquoise Blue #54E4E7

Tints of Turquoise Blue #54E4E7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.99%

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

R = 15.47%
G = 41.99%
B = 42.54%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54E4E7 (or 0x54E4E7) is known color: Turquoise Blue. HEX triplet: 54, E4 and E7. RGB value is (84,228,231). Sum of RGB (Red+Green+Blue) = 84+228+231=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 231 - color contains mainly: blue. Hex color #54E4E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E4E7 is #AB1B18. Grayscale: #B9B9B9. Windows color (decimal): -11213593 or 15197268. OLE color: 15197268.

HSL color Cylindrical-coordinate representation of color #54E4E7: hue angle of 181.22º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E4E7 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 228 231 -
CMYK 0.64 0.01 0 0.09
HSL 181.22º 0.75% 0.62% -
HSV(B) 181.22º 0.64% 0.91% -
XYZ 45.82 63.14 85.37 -
YUV 185.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 84 228 231 0.64 0.01 0 0.09 181.22 0.75 0.62
Hex 54 E4 E7 40 1 0 9 B5 4B 3E
Octal 124 344 347 100 1 0 11 265 113 76
Binary 1010100 11100100 11100111 1000000 1 0 1001 10110101 1001011 111110

Color Harmonies of #54E4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E4E7

Black with #54E4E7

Text Example


Text Example

White with #54E4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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