Html Css Color HEX #53CACB Medium Turquoise

📋 copy color: '#53CACB'

red 83 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #53CACB

Tints of Medium Turquoise #53CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.39%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 17.01%
G = 41.39%
B = 41.6%

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53CACB (or 0x53CACB) is known color: Medium Turquoise. HEX triplet: 53, CA and CB. RGB value is (83,202,203). Sum of RGB (Red+Green+Blue) = 83+202+203=488 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.01% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #53CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CACB is #AC3534. Grayscale: #A6A6A6. Windows color (decimal): -11285813 or 13355603. OLE color: 13355603.

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

Color convert

RGB 83 202 203 -
CMYK 0.59 0.00 0 0.20
HSL 180.5º 0.54% 0.56% -
HSV(B) 180.5º 0.59% 0.8% -
XYZ 35.47 48.39 63.97 -
YUV 166.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 83 202 203 0.59 0.00 0 0.20 180.5 0.54 0.56
Hex 53 CA CB 3B 0 0 14 B4 36 38
Octal 123 312 313 73 0 0 24 264 66 70
Binary 1010011 11001010 11001011 111011 0 0 10100 10110100 110110 111000

Color Harmonies of #53CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CACB

Black with #53CACB

Text Example


Text Example

White with #53CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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