Html Css Color HEX #54CDDA Medium Turquoise

📋 copy color: '#54CDDA'

red 84 ◦ green 205 ◦ blue 218

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

Shades of Medium Turquoise #54CDDA

Tints of Medium Turquoise #54CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 16.57%
G = 40.43%
B = 43%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#54CDDA (or 0x54CDDA) is known color: Medium Turquoise. HEX triplet: 54, CD and DA. RGB value is (84,205,218). Sum of RGB (Red+Green+Blue) = 84+205+218=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #54CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CDDA is #AB3225. Grayscale: #AAAAAA. Windows color (decimal): -11219494 or 14339412. OLE color: 14339412.

HSL color Cylindrical-coordinate representation of color #54CDDA: hue angle of 185.82º degrees, saturation: 0.64, 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 #54CDDA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 84 205 218 -
CMYK 0.61 0.06 0 0.15
HSL 185.82º 0.64% 0.59% -
HSV(B) 185.82º 0.61% 0.85% -
XYZ 38.14 50.61 74.09 -
YUV 170.3 154.91 66.44 -
System Red Green Blue C M Y K H S L
Decimal 84 205 218 0.61 0.06 0 0.15 185.82 0.64 0.59
Hex 54 CD DA 3D 6 0 F BA 40 3B
Octal 124 315 332 75 6 0 17 272 100 73
Binary 1010100 11001101 11011010 111101 110 0 1111 10111010 1000000 111011

Color Harmonies of #54CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CDDA

Black with #54CDDA

Text Example


Text Example

White with #54CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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