Html Css Color HEX #54CCDD Medium Turquoise

📋 copy color: '#54CCDD'

red 84 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #54CCDD

Tints of Medium Turquoise #54CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

 BLUE value IS 221 (86.72% from 255) = 43.42%

R = 16.5%
G = 40.08%
B = 43.42%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#54CCDD (or 0x54CCDD) is known color: Medium Turquoise. HEX triplet: 54, CC and DD. RGB value is (84,204,221). Sum of RGB (Red+Green+Blue) = 84+204+221=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #54CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDD is #AB3322. Grayscale: #A9A9A9. Windows color (decimal): -11219747 or 14535764. OLE color: 14535764.

HSL color Cylindrical-coordinate representation of color #54CCDD: hue angle of 187.45º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CCDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 204 221 -
CMYK 0.62 0.08 0 0.13
HSL 187.45º 0.67% 0.6% -
HSV(B) 187.45º 0.62% 0.87% -
XYZ 38.3 50.29 76.1 -
YUV 170.06 156.74 66.62 -
System Red Green Blue C M Y K H S L
Decimal 84 204 221 0.62 0.08 0 0.13 187.45 0.67 0.6
Hex 54 CC DD 3E 8 0 D BB 43 3C
Octal 124 314 335 76 10 0 15 273 103 74
Binary 1010100 11001100 11011101 111110 1000 0 1101 10111011 1000011 111100

Color Harmonies of #54CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCDD

Black with #54CCDD

Text Example


Text Example

White with #54CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,204,221); }

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

background-color css

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

 a { background-color: rgb(84,204,221); }

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

border-color css

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

 span { border-color: rgb(84,204,221); }

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