Html Css Color HEX #54CDDB Medium Turquoise

📋 copy color: '#54CDDB'

red 84 ◦ green 205 ◦ blue 219

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

Shades of Medium Turquoise #54CDDB

Tints of Medium Turquoise #54CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.35%

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

R = 16.54%
G = 40.35%
B = 43.11%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#54CDDB (or 0x54CDDB) is known color: Medium Turquoise. HEX triplet: 54, CD and DB. RGB value is (84,205,219). Sum of RGB (Red+Green+Blue) = 84+205+219=508 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.54% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #54CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDDB is #AB3224. Grayscale: #AAAAAA. Windows color (decimal): -11219493 or 14404948. OLE color: 14404948.

HSL color Cylindrical-coordinate representation of color #54CDDB: hue angle of 186.22º 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 #54CDDB is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 205 219 -
CMYK 0.62 0.06 0 0.14
HSL 186.22º 0.65% 0.59% -
HSV(B) 186.22º 0.62% 0.86% -
XYZ 38.27 50.66 74.78 -
YUV 170.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 84 205 219 0.62 0.06 0 0.14 186.22 0.65 0.59
Hex 54 CD DB 3E 6 0 E BA 41 3B
Octal 124 315 333 76 6 0 16 272 101 73
Binary 1010100 11001101 11011011 111110 110 0 1110 10111010 1000001 111011

Color Harmonies of #54CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDDB

Black with #54CDDB

Text Example


Text Example

White with #54CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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