Html Css Color HEX #54D6CF Medium Turquoise

📋 copy color: '#54D6CF'

red 84 ◦ green 214 ◦ blue 207

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

Shades of Medium Turquoise #54D6CF

Tints of Medium Turquoise #54D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.38%

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

R = 16.63%
G = 42.38%
B = 40.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#54D6CF (or 0x54D6CF) is known color: Medium Turquoise. HEX triplet: 54, D6 and CF. RGB value is (84,214,207). Sum of RGB (Red+Green+Blue) = 84+214+207=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #54D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D6CF is #AB2930. Grayscale: #AEAEAE. Windows color (decimal): -11217201 or 13620820. OLE color: 13620820.

HSL color Cylindrical-coordinate representation of color #54D6CF: hue angle of 176.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D6CF is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 214 207 -
CMYK 0.61 0 0.03 0.16
HSL 176.77º 0.61% 0.58% -
HSV(B) 176.77º 0.61% 0.84% -
XYZ 38.97 54.48 67.49 -
YUV 174.33 146.43 63.57 -
System Red Green Blue C M Y K H S L
Decimal 84 214 207 0.61 0 0.03 0.16 176.77 0.61 0.58
Hex 54 D6 CF 3D 0 3 10 B1 3D 3A
Octal 124 326 317 75 0 3 20 261 75 72
Binary 1010100 11010110 11001111 111101 0 11 10000 10110001 111101 111010

Color Harmonies of #54D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D6CF

Black with #54D6CF

Text Example


Text Example

White with #54D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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