Html Css Color HEX #53CBB8 Medium Turquoise

📋 copy color: '#53CBB8'

red 83 ◦ green 203 ◦ blue 184

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

Shades of Medium Turquoise #53CBB8

Tints of Medium Turquoise #53CBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 17.66%
G = 43.19%
B = 39.15%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#53CBB8 (or 0x53CBB8) is known color: Medium Turquoise. HEX triplet: 53, CB and B8. RGB value is (83,203,184). Sum of RGB (Red+Green+Blue) = 83+203+184=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBB8 is #AC3447. Grayscale: #A4A4A4. Windows color (decimal): -11285576 or 12110675. OLE color: 12110675.

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

Color convert

RGB 83 203 184 -
CMYK 0.59 0 0.09 0.20
HSL 170.5º 0.54% 0.56% -
HSV(B) 170.5º 0.59% 0.8% -
XYZ 33.57 48.01 52.84 -
YUV 164.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 83 203 184 0.59 0 0.09 0.20 170.5 0.54 0.56
Hex 53 CB B8 3B 0 9 14 AA 36 38
Octal 123 313 270 73 0 11 24 252 66 70
Binary 1010011 11001011 10111000 111011 0 1001 10100 10101010 110110 111000

Color Harmonies of #53CBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CBB8

Black with #53CBB8

Text Example


Text Example

White with #53CBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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