Html Css Color HEX #54E0CB Turquoise

📋 copy color: '#54E0CB'

red 84 ◦ green 224 ◦ blue 203

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

Shades of Turquoise #54E0CB

Tints of Turquoise #54E0CB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.84%

 BLUE value IS 203 (79.69% from 255) = 39.73%

R = 16.44%
G = 43.84%
B = 39.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#54E0CB (or 0x54E0CB) is known color: Turquoise. HEX triplet: 54, E0 and CB. RGB value is (84,224,203). Sum of RGB (Red+Green+Blue) = 84+224+203=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #54E0CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54E0CB is #AB1F34. Grayscale: #B3B3B3. Windows color (decimal): -11214645 or 13361236. OLE color: 13361236.

HSL color Cylindrical-coordinate representation of color #54E0CB: hue angle of 171º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54E0CB is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 84 224 203 -
CMYK 0.62 0 0.09 0.12
HSL 171º 0.69% 0.6% -
HSV(B) 171º 0.63% 0.88% -
XYZ 41.09 59.51 65.82 -
YUV 179.75 141.12 59.71 -
System Red Green Blue C M Y K H S L
Decimal 84 224 203 0.62 0 0.09 0.12 171 0.69 0.6
Hex 54 E0 CB 3E 0 9 C AB 45 3C
Octal 124 340 313 76 0 11 14 253 105 74
Binary 1010100 11100000 11001011 111110 0 1001 1100 10101011 1000101 111100

Color Harmonies of #54E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54E0CB

Black with #54E0CB

Text Example


Text Example

White with #54E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,224,203); }

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

background-color css

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

 a { background-color: rgb(84,224,203); }

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

border-color css

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

 span { border-color: rgb(84,224,203); }

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