Html Css Color HEX #53CDCD Medium Turquoise

📋 copy color: '#53CDCD'

red 83 ◦ green 205 ◦ blue 205

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

Shades of Medium Turquoise #53CDCD

Tints of Medium Turquoise #53CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 16.84%
G = 41.58%
B = 41.58%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53CDCD (or 0x53CDCD) is known color: Medium Turquoise. HEX triplet: 53, CD and CD. RGB value is (83,205,205). Sum of RGB (Red+Green+Blue) = 83+205+205=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #53CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDCD is #AC3232. Grayscale: #A8A8A8. Windows color (decimal): -11285043 or 13487443. OLE color: 13487443.

HSL color Cylindrical-coordinate representation of color #53CDCD: hue angle of 180º 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 #53CDCD is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 205 -
CMYK 0.60 0 0 0.20
HSL 180º 0.55% 0.56% -
HSV(B) 180º 0.6% 0.8% -
XYZ 36.42 49.91 65.47 -
YUV 168.52 148.58 67 -
System Red Green Blue C M Y K H S L
Decimal 83 205 205 0.60 0 0 0.20 180 0.55 0.56
Hex 53 CD CD 3C 0 0 14 B4 37 38
Octal 123 315 315 74 0 0 24 264 67 70
Binary 1010011 11001101 11001101 111100 0 0 10100 10110100 110111 111000

Color Harmonies of #53CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CDCD

Black with #53CDCD

Text Example


Text Example

White with #53CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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