Html Css Color HEX #53CCB7 Medium Turquoise

📋 copy color: '#53CCB7'

red 83 ◦ green 204 ◦ blue 183

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

Shades of Medium Turquoise #53CCB7

Tints of Medium Turquoise #53CCB7

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.4%

 BLUE value IS 183 (71.88% from 255) = 38.94%

R = 17.66%
G = 43.4%
B = 38.94%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#53CCB7 (or 0x53CCB7) is known color: Medium Turquoise. HEX triplet: 53, CC and B7. RGB value is (83,204,183). Sum of RGB (Red+Green+Blue) = 83+204+183=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCB7 is #AC3348. Grayscale: #A5A5A5. Windows color (decimal): -11285321 or 12045395. OLE color: 12045395.

HSL color Cylindrical-coordinate representation of color #53CCB7: hue angle of 169.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CCB7 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 183 -
CMYK 0.59 0 0.10 0.2
HSL 169.59º 0.54% 0.56% -
HSV(B) 169.59º 0.59% 0.8% -
XYZ 33.71 48.44 52.37 -
YUV 165.43 137.91 69.21 -
System Red Green Blue C M Y K H S L
Decimal 83 204 183 0.59 0 0.10 0.2 169.59 0.54 0.56
Hex 53 CC B7 3B 0 A 14 AA 36 38
Octal 123 314 267 73 0 12 24 252 66 70
Binary 1010011 11001100 10110111 111011 0 1010 10100 10101010 110110 111000

Color Harmonies of #53CCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCB7

Black with #53CCB7

Text Example


Text Example

White with #53CCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,204,183); }

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

background-color css

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

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

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

border-color css

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

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

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