Html Css Color HEX #54E6CD Turquoise

📋 copy color: '#54E6CD'

red 84 ◦ green 230 ◦ blue 205

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

Shades of Turquoise #54E6CD

Tints of Turquoise #54E6CD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 16.18%
G = 44.32%
B = 39.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#54E6CD (or 0x54E6CD) is known color: Turquoise. HEX triplet: 54, E6 and CD. RGB value is (84,230,205). Sum of RGB (Red+Green+Blue) = 84+230+205=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #54E6CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E6CD is #AB1932. Grayscale: #B7B7B7. Windows color (decimal): -11213107 or 13493844. OLE color: 13493844.

HSL color Cylindrical-coordinate representation of color #54E6CD: hue angle of 169.73º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54E6CD is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 84 230 205 -
CMYK 0.63 0 0.11 0.10
HSL 169.73º 0.74% 0.62% -
HSV(B) 169.73º 0.63% 0.9% -
XYZ 42.97 62.89 67.63 -
YUV 183.5 140.13 57.03 -
System Red Green Blue C M Y K H S L
Decimal 84 230 205 0.63 0 0.11 0.10 169.73 0.74 0.62
Hex 54 E6 CD 3F 0 B A AA 4A 3E
Octal 124 346 315 77 0 13 12 252 112 76
Binary 1010100 11100110 11001101 111111 0 1011 1010 10101010 1001010 111110

Color Harmonies of #54E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E6CD

Black with #54E6CD

Text Example


Text Example

White with #54E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,230,205); }

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

background-color css

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

 a { background-color: rgb(84,230,205); }

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

border-color css

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

 span { border-color: rgb(84,230,205); }

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