Html Css Color HEX #54D8CF Medium Turquoise

📋 copy color: '#54D8CF'

red 84 ◦ green 216 ◦ blue 207

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

Shades of Medium Turquoise #54D8CF

Tints of Medium Turquoise #54D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.6%

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

R = 16.57%
G = 42.6%
B = 40.83%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#54D8CF (or 0x54D8CF) is known color: Medium Turquoise. HEX triplet: 54, D8 and CF. RGB value is (84,216,207). Sum of RGB (Red+Green+Blue) = 84+216+207=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #54D8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D8CF is #AB2730. Grayscale: #AFAFAF. Windows color (decimal): -11216689 or 13621332. OLE color: 13621332.

HSL color Cylindrical-coordinate representation of color #54D8CF: hue angle of 175.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D8CF is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 216 207 -
CMYK 0.61 0 0.04 0.15
HSL 175.91º 0.63% 0.59% -
HSV(B) 175.91º 0.61% 0.85% -
XYZ 39.47 55.5 67.66 -
YUV 175.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 84 216 207 0.61 0 0.04 0.15 175.91 0.63 0.59
Hex 54 D8 CF 3D 0 4 F B0 3F 3B
Octal 124 330 317 75 0 4 17 260 77 73
Binary 1010100 11011000 11001111 111101 0 100 1111 10110000 111111 111011

Color Harmonies of #54D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54D8CF

Black with #54D8CF

Text Example


Text Example

White with #54D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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