Html Css Color HEX #54C9D2 Medium Turquoise

📋 copy color: '#54C9D2'

red 84 ◦ green 201 ◦ blue 210

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

Shades of Medium Turquoise #54C9D2

Tints of Medium Turquoise #54C9D2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.61%

 BLUE value IS 210 (82.42% from 255) = 42.42%

R = 16.97%
G = 40.61%
B = 42.42%

CMYK

 C value IS 0.6

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#54C9D2 (or 0x54C9D2) is known color: Medium Turquoise. HEX triplet: 54, C9 and D2. RGB value is (84,201,210). Sum of RGB (Red+Green+Blue) = 84+201+210=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #54C9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C9D2 is #AB362D. Grayscale: #A6A6A6. Windows color (decimal): -11220526 or 13814100. OLE color: 13814100.

HSL color Cylindrical-coordinate representation of color #54C9D2: hue angle of 184.29º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54C9D2 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 84 201 210 -
CMYK 0.6 0.04 0 0.18
HSL 184.29º 0.58% 0.58% -
HSV(B) 184.29º 0.6% 0.82% -
XYZ 36.18 48.31 68.39 -
YUV 167.04 152.24 68.77 -
System Red Green Blue C M Y K H S L
Decimal 84 201 210 0.6 0.04 0 0.18 184.29 0.58 0.58
Hex 54 C9 D2 3C 4 0 12 B8 3A 3A
Octal 124 311 322 74 4 0 22 270 72 72
Binary 1010100 11001001 11010010 111100 100 0 10010 10111000 111010 111010

Color Harmonies of #54C9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54C9D2

Black with #54C9D2

Text Example


Text Example

White with #54C9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,201,210); }

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

background-color css

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

 a { background-color: rgb(84,201,210); }

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

border-color css

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

 span { border-color: rgb(84,201,210); }

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