Html Css Color HEX #54CCDB Medium Turquoise

📋 copy color: '#54CCDB'

red 84 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #54CCDB

Tints of Medium Turquoise #54CCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 16.57%
G = 40.24%
B = 43.2%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54CCDB (or 0x54CCDB) is known color: Medium Turquoise. HEX triplet: 54, CC and DB. RGB value is (84,204,219). Sum of RGB (Red+Green+Blue) = 84+204+219=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #54CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCDB is #AB3324. Grayscale: #A9A9A9. Windows color (decimal): -11219749 or 14404692. OLE color: 14404692.

HSL color Cylindrical-coordinate representation of color #54CCDB: hue angle of 186.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54CCDB is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 204 219 -
CMYK 0.62 0.07 0 0.14
HSL 186.67º 0.65% 0.59% -
HSV(B) 186.67º 0.62% 0.86% -
XYZ 38.04 50.19 74.7 -
YUV 169.83 155.74 66.78 -
System Red Green Blue C M Y K H S L
Decimal 84 204 219 0.62 0.07 0 0.14 186.67 0.65 0.59
Hex 54 CC DB 3E 7 0 E BB 41 3B
Octal 124 314 333 76 7 0 16 273 101 73
Binary 1010100 11001100 11011011 111110 111 0 1110 10111011 1000001 111011

Color Harmonies of #54CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CCDB

Black with #54CCDB

Text Example


Text Example

White with #54CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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