Html Css Color HEX #53CBBA Medium Turquoise

📋 copy color: '#53CBBA'

red 83 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #53CBBA

Tints of Medium Turquoise #53CBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 17.58%
G = 43.01%
B = 39.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#53CBBA (or 0x53CBBA) is known color: Medium Turquoise. HEX triplet: 53, CB and BA. RGB value is (83,203,186). Sum of RGB (Red+Green+Blue) = 83+203+186=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBBA is #AC3445. Grayscale: #A5A5A5. Windows color (decimal): -11285574 or 12241747. OLE color: 12241747.

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

Color convert

RGB 83 203 186 -
CMYK 0.59 0 0.08 0.20
HSL 171.5º 0.54% 0.56% -
HSV(B) 171.5º 0.59% 0.8% -
XYZ 33.79 48.1 53.96 -
YUV 165.18 139.74 69.38 -
System Red Green Blue C M Y K H S L
Decimal 83 203 186 0.59 0 0.08 0.20 171.5 0.54 0.56
Hex 53 CB BA 3B 0 8 14 AC 36 38
Octal 123 313 272 73 0 10 24 254 66 70
Binary 1010011 11001011 10111010 111011 0 1000 10100 10101100 110110 111000

Color Harmonies of #53CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBBA

Black with #53CBBA

Text Example


Text Example

White with #53CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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