Html Css Color HEX #53CCBE Medium Turquoise

📋 copy color: '#53CCBE'

red 83 ◦ green 204 ◦ blue 190

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

Shades of Medium Turquoise #53CCBE

Tints of Medium Turquoise #53CCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.83%

R = 17.4%
G = 42.77%
B = 39.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#53CCBE (or 0x53CCBE) is known color: Medium Turquoise. HEX triplet: 53, CC and BE. RGB value is (83,204,190). Sum of RGB (Red+Green+Blue) = 83+204+190=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #53CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCBE is #AC3341. Grayscale: #A6A6A6. Windows color (decimal): -11285314 or 12504147. OLE color: 12504147.

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

Color convert

RGB 83 204 190 -
CMYK 0.59 0 0.07 0.2
HSL 173.06º 0.54% 0.56% -
HSV(B) 173.06º 0.59% 0.8% -
XYZ 34.45 48.74 56.31 -
YUV 166.23 141.41 68.64 -
System Red Green Blue C M Y K H S L
Decimal 83 204 190 0.59 0 0.07 0.2 173.06 0.54 0.56
Hex 53 CC BE 3B 0 7 14 AD 36 38
Octal 123 314 276 73 0 7 24 255 66 70
Binary 1010011 11001100 10111110 111011 0 111 10100 10101101 110110 111000

Color Harmonies of #53CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CCBE

Black with #53CCBE

Text Example


Text Example

White with #53CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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