Html Css Color HEX #54EBDB Turquoise

📋 copy color: '#54EBDB'

red 84 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #54EBDB

Tints of Turquoise #54EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.68%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 15.61%
G = 43.68%
B = 40.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#54EBDB (or 0x54EBDB) is known color: Turquoise. HEX triplet: 54, EB and DB. RGB value is (84,235,219). Sum of RGB (Red+Green+Blue) = 84+235+219=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #54EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EBDB is #AB1424. Grayscale: #BBBBBB. Windows color (decimal): -11211813 or 14412628. OLE color: 14412628.

HSL color Cylindrical-coordinate representation of color #54EBDB: hue angle of 173.64º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54EBDB is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 235 219 -
CMYK 0.64 0 0.07 0.08
HSL 173.64º 0.79% 0.63% -
HSV(B) 173.64º 0.64% 0.92% -
XYZ 46.15 66.42 77.41 -
YUV 188.03 145.47 53.8 -
System Red Green Blue C M Y K H S L
Decimal 84 235 219 0.64 0 0.07 0.08 173.64 0.79 0.63
Hex 54 EB DB 40 0 7 8 AE 4F 3F
Octal 124 353 333 100 0 7 10 256 117 77
Binary 1010100 11101011 11011011 1000000 0 111 1000 10101110 1001111 111111

Color Harmonies of #54EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EBDB

Black with #54EBDB

Text Example


Text Example

White with #54EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,235,219); }

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

background-color css

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

 a { background-color: rgb(84,235,219); }

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

border-color css

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

 span { border-color: rgb(84,235,219); }

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