Html Css Color HEX #54CFBE Medium Turquoise

📋 copy color: '#54CFBE'

red 84 ◦ green 207 ◦ blue 190

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

Shades of Medium Turquoise #54CFBE

Tints of Medium Turquoise #54CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

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

R = 17.46%
G = 43.04%
B = 39.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#54CFBE (or 0x54CFBE) is known color: Medium Turquoise. HEX triplet: 54, CF and BE. RGB value is (84,207,190). Sum of RGB (Red+Green+Blue) = 84+207+190=481 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.46% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFBE is #AB3041. Grayscale: #A8A8A8. Windows color (decimal): -11219010 or 12504916. OLE color: 12504916.

HSL color Cylindrical-coordinate representation of color #54CFBE: hue angle of 171.71º degrees, saturation: 0.56, 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 #54CFBE is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 207 190 -
CMYK 0.59 0 0.08 0.19
HSL 171.71º 0.56% 0.57% -
HSV(B) 171.71º 0.59% 0.81% -
XYZ 35.26 50.23 56.55 -
YUV 168.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 84 207 190 0.59 0 0.08 0.19 171.71 0.56 0.57
Hex 54 CF BE 3B 0 8 13 AC 38 39
Octal 124 317 276 73 0 10 23 254 70 71
Binary 1010100 11001111 10111110 111011 0 1000 10011 10101100 111000 111001

Color Harmonies of #54CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CFBE

Black with #54CFBE

Text Example


Text Example

White with #54CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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