Html Css Color HEX #54E2E9 Turquoise Blue

📋 copy color: '#54E2E9'

red 84 ◦ green 226 ◦ blue 233

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

Shades of Turquoise Blue #54E2E9

Tints of Turquoise Blue #54E2E9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.62%

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

R = 15.47%
G = 41.62%
B = 42.91%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#54E2E9 (or 0x54E2E9) is known color: Turquoise Blue. HEX triplet: 54, E2 and E9. RGB value is (84,226,233). Sum of RGB (Red+Green+Blue) = 84+226+233=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #54E2E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54E2E9 is #AB1D16. Grayscale: #B8B8B8. Windows color (decimal): -11214103 or 15327828. OLE color: 15327828.

HSL color Cylindrical-coordinate representation of color #54E2E9: hue angle of 182.82º degrees, saturation: 0.77, 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 #54E2E9 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 226 233 -
CMYK 0.64 0.03 0 0.09
HSL 182.82º 0.77% 0.62% -
HSV(B) 182.82º 0.64% 0.91% -
XYZ 45.56 62.16 86.69 -
YUV 184.34 155.46 56.43 -
System Red Green Blue C M Y K H S L
Decimal 84 226 233 0.64 0.03 0 0.09 182.82 0.77 0.62
Hex 54 E2 E9 40 3 0 9 B7 4D 3E
Octal 124 342 351 100 3 0 11 267 115 76
Binary 1010100 11100010 11101001 1000000 11 0 1001 10110111 1001101 111110

Color Harmonies of #54E2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E2E9

Black with #54E2E9

Text Example


Text Example

White with #54E2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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