Html Css Color HEX #54CABE Medium Turquoise

📋 copy color: '#54CABE'

red 84 ◦ green 202 ◦ blue 190

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

Shades of Medium Turquoise #54CABE

Tints of Medium Turquoise #54CABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.92%

R = 17.65%
G = 42.44%
B = 39.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#54CABE (or 0x54CABE) is known color: Medium Turquoise. HEX triplet: 54, CA and BE. RGB value is (84,202,190). Sum of RGB (Red+Green+Blue) = 84+202+190=476 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.65% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #54CABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CABE is #AB3541. Grayscale: #A5A5A5. Windows color (decimal): -11220290 or 12503636. OLE color: 12503636.

HSL color Cylindrical-coordinate representation of color #54CABE: hue angle of 173.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54CABE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 202 190 -
CMYK 0.58 0 0.06 0.21
HSL 173.9º 0.53% 0.56% -
HSV(B) 173.9º 0.58% 0.79% -
XYZ 34.07 47.84 56.15 -
YUV 165.35 141.91 69.98 -
System Red Green Blue C M Y K H S L
Decimal 84 202 190 0.58 0 0.06 0.21 173.9 0.53 0.56
Hex 54 CA BE 3A 0 6 15 AE 35 38
Octal 124 312 276 72 0 6 25 256 65 70
Binary 1010100 11001010 10111110 111010 0 110 10101 10101110 110101 111000

Color Harmonies of #54CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CABE

Black with #54CABE

Text Example


Text Example

White with #54CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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