Html Css Color HEX #54CACF Medium Turquoise

📋 copy color: '#54CACF'

red 84 ◦ green 202 ◦ blue 207

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

Shades of Medium Turquoise #54CACF

Tints of Medium Turquoise #54CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 17.04%
G = 40.97%
B = 41.99%

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

#54CACF (or 0x54CACF) is known color: Medium Turquoise. HEX triplet: 54, CA and CF. RGB value is (84,202,207). Sum of RGB (Red+Green+Blue) = 84+202+207=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #54CACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CACF is #AB3530. Grayscale: #A7A7A7. Windows color (decimal): -11220273 or 13617748. OLE color: 13617748.

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

Color convert

RGB 84 202 207 -
CMYK 0.59 0.02 0 0.19
HSL 182.44º 0.56% 0.57% -
HSV(B) 182.44º 0.59% 0.81% -
XYZ 36.04 48.63 66.52 -
YUV 167.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 84 202 207 0.59 0.02 0 0.19 182.44 0.56 0.57
Hex 54 CA CF 3B 2 0 13 B6 38 39
Octal 124 312 317 73 2 0 23 266 70 71
Binary 1010100 11001010 11001111 111011 10 0 10011 10110110 111000 111001

Color Harmonies of #54CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CACF

Black with #54CACF

Text Example


Text Example

White with #54CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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