Html Css Color HEX #53CDDC Medium Turquoise

📋 copy color: '#53CDDC'

red 83 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #53CDDC

Tints of Medium Turquoise #53CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 16.34%
G = 40.35%
B = 43.31%

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

#53CDDC (or 0x53CDDC) is known color: Medium Turquoise. HEX triplet: 53, CD and DC. RGB value is (83,205,220). Sum of RGB (Red+Green+Blue) = 83+205+220=508 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.34% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #53CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDDC is #AC3223. Grayscale: #AAAAAA. Windows color (decimal): -11285028 or 14470483. OLE color: 14470483.

HSL color Cylindrical-coordinate representation of color #53CDDC: hue angle of 186.57º degrees, saturation: 0.66, 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 #53CDDC is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 205 220 -
CMYK 0.62 0.07 0 0.14
HSL 186.57º 0.66% 0.59% -
HSV(B) 186.57º 0.62% 0.86% -
XYZ 38.32 50.67 75.47 -
YUV 170.23 156.08 65.78 -
System Red Green Blue C M Y K H S L
Decimal 83 205 220 0.62 0.07 0 0.14 186.57 0.66 0.59
Hex 53 CD DC 3E 7 0 E BB 42 3B
Octal 123 315 334 76 7 0 16 273 102 73
Binary 1010011 11001101 11011100 111110 111 0 1110 10111011 1000010 111011

Color Harmonies of #53CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDDC

Black with #53CDDC

Text Example


Text Example

White with #53CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,205,220); }

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

background-color css

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

 a { background-color: rgb(83,205,220); }

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

border-color css

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

 span { border-color: rgb(83,205,220); }

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