Html Css Color HEX #54CFCE Medium Turquoise

📋 copy color: '#54CFCE'

red 84 ◦ green 207 ◦ blue 206

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

Shades of Medium Turquoise #54CFCE

Tints of Medium Turquoise #54CFCE

RGB

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

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

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

R = 16.9%
G = 41.65%
B = 41.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#54CFCE (or 0x54CFCE) is known color: Medium Turquoise. HEX triplet: 54, CF and CE. RGB value is (84,207,206). Sum of RGB (Red+Green+Blue) = 84+207+206=497 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.90% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCE is #AB3031. Grayscale: #A9A9A9. Windows color (decimal): -11218994 or 13553492. OLE color: 13553492.

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

Color convert

RGB 84 207 206 -
CMYK 0.59 0 0.00 0.19
HSL 179.51º 0.56% 0.57% -
HSV(B) 179.51º 0.59% 0.81% -
XYZ 37.11 50.97 66.27 -
YUV 170.11 148.25 66.58 -
System Red Green Blue C M Y K H S L
Decimal 84 207 206 0.59 0 0.00 0.19 179.51 0.56 0.57
Hex 54 CF CE 3B 0 0 13 B4 38 39
Octal 124 317 316 73 0 0 23 264 70 71
Binary 1010100 11001111 11001110 111011 0 0 10011 10110100 111000 111001

Color Harmonies of #54CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CFCE

Black with #54CFCE

Text Example


Text Example

White with #54CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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