Html Css Color HEX #54CDC3 Medium Turquoise

📋 copy color: '#54CDC3'

red 84 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #54CDC3

Tints of Medium Turquoise #54CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.29%

R = 17.36%
G = 42.36%
B = 40.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#54CDC3 (or 0x54CDC3) is known color: Medium Turquoise. HEX triplet: 54, CD and C3. RGB value is (84,205,195). Sum of RGB (Red+Green+Blue) = 84+205+195=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #54CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDC3 is #AB323C. Grayscale: #A7A7A7. Windows color (decimal): -11219517 or 12832084. OLE color: 12832084.

HSL color Cylindrical-coordinate representation of color #54CDC3: hue angle of 175.04º 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 #54CDC3 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 205 195 -
CMYK 0.59 0 0.05 0.20
HSL 175.04º 0.55% 0.57% -
HSV(B) 175.04º 0.59% 0.8% -
XYZ 35.34 49.49 59.32 -
YUV 167.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 84 205 195 0.59 0 0.05 0.20 175.04 0.55 0.57
Hex 54 CD C3 3B 0 5 14 AF 37 39
Octal 124 315 303 73 0 5 24 257 67 71
Binary 1010100 11001101 11000011 111011 0 101 10100 10101111 110111 111001

Color Harmonies of #54CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDC3

Black with #54CDC3

Text Example


Text Example

White with #54CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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