Html Css Color HEX #53CDC9 Medium Turquoise

📋 copy color: '#53CDC9'

red 83 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #53CDC9

Tints of Medium Turquoise #53CDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.1%

R = 16.97%
G = 41.92%
B = 41.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#53CDC9 (or 0x53CDC9) is known color: Medium Turquoise. HEX triplet: 53, CD and C9. RGB value is (83,205,201). Sum of RGB (Red+Green+Blue) = 83+205+201=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDC9 is #AC3236. Grayscale: #A7A7A7. Windows color (decimal): -11285047 or 13225299. OLE color: 13225299.

HSL color Cylindrical-coordinate representation of color #53CDC9: hue angle of 178.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDC9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 201 -
CMYK 0.60 0 0.02 0.20
HSL 178.03º 0.55% 0.56% -
HSV(B) 178.03º 0.6% 0.8% -
XYZ 35.94 49.72 62.96 -
YUV 168.07 146.58 67.33 -
System Red Green Blue C M Y K H S L
Decimal 83 205 201 0.60 0 0.02 0.20 178.03 0.55 0.56
Hex 53 CD C9 3C 0 2 14 B2 37 38
Octal 123 315 311 74 0 2 24 262 67 70
Binary 1010011 11001101 11001001 111100 0 10 10100 10110010 110111 111000

Color Harmonies of #53CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDC9

Black with #53CDC9

Text Example


Text Example

White with #53CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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