Html Css Color HEX #54CFBF Medium Turquoise

📋 copy color: '#54CFBF'

red 84 ◦ green 207 ◦ blue 191

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

Shades of Medium Turquoise #54CFBF

Tints of Medium Turquoise #54CFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.63%

R = 17.43%
G = 42.95%
B = 39.63%

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

#54CFBF (or 0x54CFBF) is known color: Medium Turquoise. HEX triplet: 54, CF and BF. RGB value is (84,207,191). Sum of RGB (Red+Green+Blue) = 84+207+191=482 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.43% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFBF is #AB3040. Grayscale: #A8A8A8. Windows color (decimal): -11219009 or 12570452. OLE color: 12570452.

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

Color convert

RGB 84 207 191 -
CMYK 0.59 0 0.08 0.19
HSL 172.2º 0.56% 0.57% -
HSV(B) 172.2º 0.59% 0.81% -
XYZ 35.37 50.27 57.13 -
YUV 168.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 84 207 191 0.59 0 0.08 0.19 172.2 0.56 0.57
Hex 54 CF BF 3B 0 8 13 AC 38 39
Octal 124 317 277 73 0 10 23 254 70 71
Binary 1010100 11001111 10111111 111011 0 1000 10011 10101100 111000 111001

Color Harmonies of #54CFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CFBF

Black with #54CFBF

Text Example


Text Example

White with #54CFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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