Html Css Color HEX #54CACE Medium Turquoise

📋 copy color: '#54CACE'

red 84 ◦ green 202 ◦ blue 206

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

Shades of Medium Turquoise #54CACE

Tints of Medium Turquoise #54CACE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 17.07%
G = 41.06%
B = 41.87%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#54CACE (or 0x54CACE) is known color: Medium Turquoise. HEX triplet: 54, CA and CE. RGB value is (84,202,206). Sum of RGB (Red+Green+Blue) = 84+202+206=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #54CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CACE is #AB3531. Grayscale: #A7A7A7. Windows color (decimal): -11220274 or 13552212. OLE color: 13552212.

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

Color convert

RGB 84 202 206 -
CMYK 0.59 0.02 0 0.19
HSL 181.97º 0.55% 0.57% -
HSV(B) 181.97º 0.59% 0.81% -
XYZ 35.92 48.58 65.88 -
YUV 167.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 84 202 206 0.59 0.02 0 0.19 181.97 0.55 0.57
Hex 54 CA CE 3B 2 0 13 B6 37 39
Octal 124 312 316 73 2 0 23 266 67 71
Binary 1010100 11001010 11001110 111011 10 0 10011 10110110 110111 111001

Color Harmonies of #54CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CACE

Black with #54CACE

Text Example


Text Example

White with #54CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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