Html Css Color HEX #53C8DD Medium Turquoise

📋 copy color: '#53C8DD'

red 83 ◦ green 200 ◦ blue 221

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

Shades of Medium Turquoise #53C8DD

Tints of Medium Turquoise #53C8DD

RGB

 RED value IS 83 (32.81% from 255) = 16.47%

 GREEN value IS 200 (78.52% from 255) = 39.68%

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

R = 16.47%
G = 39.68%
B = 43.85%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53C8DD (or 0x53C8DD) is known color: Medium Turquoise. HEX triplet: 53, C8 and DD. RGB value is (83,200,221). Sum of RGB (Red+Green+Blue) = 83+200+221=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #53C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C8DD is #AC3722. Grayscale: #A7A7A7. Windows color (decimal): -11286307 or 14534739. OLE color: 14534739.

HSL color Cylindrical-coordinate representation of color #53C8DD: hue angle of 189.13º 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 #53C8DD is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 200 221 -
CMYK 0.62 0.10 0 0.13
HSL 189.13º 0.67% 0.6% -
HSV(B) 189.13º 0.62% 0.87% -
XYZ 37.27 48.37 75.78 -
YUV 167.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 83 200 221 0.62 0.10 0 0.13 189.13 0.67 0.6
Hex 53 C8 DD 3E A 0 D BD 43 3C
Octal 123 310 335 76 12 0 15 275 103 74
Binary 1010011 11001000 11011101 111110 1010 0 1101 10111101 1000011 111100

Color Harmonies of #53C8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C8DD

Black with #53C8DD

Text Example


Text Example

White with #53C8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C8DD; }

 p { color: rgb(83,200,221); }

 H1.HeaderClassName
 {
   color: #53C8DD;
 }
 .AnyTagClassName
 {
   color: #53C8DD;
 }
</style>

background-color css

<style>
 a { background-color: #53C8DD; }

 a { background-color: rgb(83,200,221); }

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

border-color css

<style>
 span { border-color: #53C8DD; }

 span { border-color: rgb(83,200,221); }

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