Html Css Color HEX #53CBB7 Medium Turquoise

📋 copy color: '#53CBB7'

red 83 ◦ green 203 ◦ blue 183

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

Shades of Medium Turquoise #53CBB7

Tints of Medium Turquoise #53CBB7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 17.7%
G = 43.28%
B = 39.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#53CBB7 (or 0x53CBB7) is known color: Medium Turquoise. HEX triplet: 53, CB and B7. RGB value is (83,203,183). Sum of RGB (Red+Green+Blue) = 83+203+183=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBB7 is #AC3448. Grayscale: #A4A4A4. Windows color (decimal): -11285577 or 12045139. OLE color: 12045139.

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

Color convert

RGB 83 203 183 -
CMYK 0.59 0 0.10 0.20
HSL 170º 0.54% 0.56% -
HSV(B) 170º 0.59% 0.8% -
XYZ 33.47 47.97 52.29 -
YUV 164.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 83 203 183 0.59 0 0.10 0.20 170 0.54 0.56
Hex 53 CB B7 3B 0 A 14 AA 36 38
Octal 123 313 267 73 0 12 24 252 66 70
Binary 1010011 11001011 10110111 111011 0 1010 10100 10101010 110110 111000

Color Harmonies of #53CBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBB7

Black with #53CBB7

Text Example


Text Example

White with #53CBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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