Html Css Color HEX #54EDCE Turquoise

📋 copy color: '#54EDCE'

red 84 ◦ green 237 ◦ blue 206

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

Shades of Turquoise #54EDCE

Tints of Turquoise #54EDCE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.97%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 15.94%
G = 44.97%
B = 39.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#54EDCE (or 0x54EDCE) is known color: Turquoise. HEX triplet: 54, ED and CE. RGB value is (84,237,206). Sum of RGB (Red+Green+Blue) = 84+237+206=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #54EDCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54EDCE is #AB1231. Grayscale: #BBBBBB. Windows color (decimal): -11211314 or 13561172. OLE color: 13561172.

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

Color convert

RGB 84 237 206 -
CMYK 0.65 0 0.13 0.07
HSL 167.84º 0.81% 0.63% -
HSV(B) 167.84º 0.65% 0.93% -
XYZ 45.08 66.91 68.93 -
YUV 187.72 138.31 54.02 -
System Red Green Blue C M Y K H S L
Decimal 84 237 206 0.65 0 0.13 0.07 167.84 0.81 0.63
Hex 54 ED CE 41 0 D 7 A8 51 3F
Octal 124 355 316 101 0 15 7 250 121 77
Binary 1010100 11101101 11001110 1000001 0 1101 111 10101000 1010001 111111

Color Harmonies of #54EDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EDCE

Black with #54EDCE

Text Example


Text Example

White with #54EDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,237,206); }

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

background-color css

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

 a { background-color: rgb(84,237,206); }

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

border-color css

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

 span { border-color: rgb(84,237,206); }

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