Html Css Color HEX #54CDCB Medium Turquoise

📋 copy color: '#54CDCB'

red 84 ◦ green 205 ◦ blue 203

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

Shades of Medium Turquoise #54CDCB

Tints of Medium Turquoise #54CDCB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.67%

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

R = 17.07%
G = 41.67%
B = 41.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#54CDCB (or 0x54CDCB) is known color: Medium Turquoise. HEX triplet: 54, CD and CB. RGB value is (84,205,203). Sum of RGB (Red+Green+Blue) = 84+205+203=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDCB is #AB3234. Grayscale: #A8A8A8. Windows color (decimal): -11219509 or 13356372. OLE color: 13356372.

HSL color Cylindrical-coordinate representation of color #54CDCB: hue angle of 179.01º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CDCB is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 203 -
CMYK 0.59 0 0.01 0.20
HSL 179.01º 0.55% 0.57% -
HSV(B) 179.01º 0.59% 0.8% -
XYZ 36.27 49.86 64.21 -
YUV 168.59 147.41 67.66 -
System Red Green Blue C M Y K H S L
Decimal 84 205 203 0.59 0 0.01 0.20 179.01 0.55 0.57
Hex 54 CD CB 3B 0 1 14 B3 37 39
Octal 124 315 313 73 0 1 24 263 67 71
Binary 1010100 11001101 11001011 111011 0 1 10100 10110011 110111 111001

Color Harmonies of #54CDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDCB

Black with #54CDCB

Text Example


Text Example

White with #54CDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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